ClickHouse / ClickHouse/ClickHouse
column `insert_time` DEFAULT toUnixTimestamp(now()) ,when intserting data is null,The field name becomes CAST(toUnixTimestamp(now()), 'Int32')
Open
comp-query-execution
external
question
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
i found insert data is null ,ColumnsWithTypeAndName
"CAST(toUnixTimestamp(now()), 'Int32')"
but I expect ( "insert_time, 'Int32')"
Contributor guide
Assessment
This issue has not been assessed yet.