mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 10:04:06 +00:00
4cc9f632a0
Treat empty cells in CSV as default values when input_format_defaults_for_omitted_fields = true. Closes #5349.
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
Hello, world 123 2016-01-01
|
|
Hello, "world" 456 2016-01-02
|
|
Hello "world" 789 2016-01-03
|
|
Hello\n world 100 2016-01-04
|
|
default 1 2019-06-19
|
|
default-eof 1 2019-06-19
|
|
2016-01-01 01:02:03 1
|
|
2016-01-02 01:02:03 2
|
|
2017-08-15 13:15:01 3
|
|
1970-01-02 06:46:39 4
|