avogar
|
1c783ed88a
|
Resolve conflicts
|
2022-04-07 12:17:48 +00:00 |
|
avogar
|
d2017a63b1
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into improve-schema-inference
|
2022-04-07 11:36:40 +00:00 |
|
Kruglov Pavel
|
f3f8f27db5
|
Merge pull request #35735 from Avogar/allow-read-bools-as-numbers
Allow to infer and parse bools as numbers in JSON input formats
|
2022-04-07 13:20:49 +02:00 |
|
taiyang-li
|
2ef316801c
|
Merge branch 'master' into use_minmax_index
|
2022-04-07 10:53:25 +08:00 |
|
Kruglov Pavel
|
ec2213493f
|
Merge branch 'master' into allow-read-bools-as-numbers
|
2022-04-06 14:53:02 +02:00 |
|
Kruglov Pavel
|
9141066de3
|
Merge branch 'master' into improve-schema-inference
|
2022-04-06 13:51:07 +02:00 |
|
taiyang-li
|
acb9f1632e
|
suppoort skip splits in orc and parquet
|
2022-04-06 16:40:22 +08:00 |
|
mergify[bot]
|
1e43e26fa1
|
Merge branch 'master' into fix-order
|
2022-04-02 12:00:29 +00:00 |
|
avogar
|
ab2a963287
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into allow-read-bools-as-numbers
|
2022-03-31 14:09:43 +00:00 |
|
Kruglov Pavel
|
252d66e80d
|
Update src/Processors/Formats/ISchemaReader.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2022-03-31 16:08:37 +02:00 |
|
mergify[bot]
|
24ade25d61
|
Merge branch 'master' into improve-schema-inference
|
2022-03-31 13:42:47 +00:00 |
|
avogar
|
836e7dae67
|
Fix bug in indexes of not presented columns in -WithNames formats
|
2022-03-31 12:24:40 +00:00 |
|
avogar
|
d272356324
|
Minor code improvement
|
2022-03-31 10:55:09 +00:00 |
|
avogar
|
74275da7ee
|
Make better
|
2022-03-31 10:52:34 +00:00 |
|
avogar
|
000f3043e7
|
Make better
|
2022-03-29 17:40:07 +00:00 |
|
avogar
|
3fc36627b3
|
Allow to infer and parse bools as numbers in JSON input formats
|
2022-03-29 17:37:31 +00:00 |
|
avogar
|
ce97ccbfb9
|
Improve schema inference for JSONEachRow and TSKV formats
|
2022-03-29 14:47:51 +00:00 |
|
Antonio Andelic
|
9990abb76a
|
Use compile-time check for Exception messages, fix wrong messages
|
2022-03-29 13:16:11 +00:00 |
|
avogar
|
97f5033ea9
|
Fix tests
|
2022-03-29 13:07:37 +00:00 |
|
mergify[bot]
|
343588de2c
|
Merge branch 'master' into improve-schema-inference
|
2022-03-29 13:06:00 +00:00 |
|
Anton Popov
|
9610139477
|
Merge pull request #35629 from CurtizJ/dynamic-columns-5
Support schema inference for type `Object` in format `JSONEachRow`
|
2022-03-29 14:17:09 +02:00 |
|
Anton Popov
|
d677635cd8
|
Merge pull request #35592 from CurtizJ/dynamic-columns-4
Add parallel parsing and schema inference for format `JSONAsObject`
|
2022-03-28 19:29:55 +02:00 |
|
Anton Popov
|
67195bfdd5
|
support schema inference for type Object in format JSONEachRow
|
2022-03-25 21:51:53 +00:00 |
|
avogar
|
6fb3c3be04
|
Fix comments and build
|
2022-03-25 12:02:21 +00:00 |
|
Kruglov Pavel
|
d45143ffe0
|
Merge branch 'master' into improve-schema-inference
|
2022-03-25 12:05:40 +01:00 |
|
Vladimir C
|
ae92963b15
|
Fix build error in Formats/ISchemaReader.cpp
|
2022-03-25 11:30:25 +01:00 |
|
Kruglov Pavel
|
287e1a6efc
|
Update src/Processors/Formats/ISchemaReader.cpp
Co-authored-by: Vladimir C <vdimir@clickhouse.com>
|
2022-03-24 19:16:52 +01:00 |
|
Kruglov Pavel
|
6a9df9d471
|
Update src/Processors/Formats/ISchemaReader.cpp
Co-authored-by: Vladimir C <vdimir@clickhouse.com>
|
2022-03-24 19:16:47 +01:00 |
|
Kruglov Pavel
|
3b801a4093
|
Update src/Processors/Formats/ISchemaReader.cpp
Co-authored-by: Vladimir C <vdimir@clickhouse.com>
|
2022-03-24 19:16:41 +01:00 |
|
Anton Popov
|
78100abc5f
|
add parallel parsing and schema inference for type Object
|
2022-03-24 17:51:35 +00:00 |
|
avogar
|
557edbd172
|
Add some improvements and fixes in schema inference
|
2022-03-24 12:54:12 +00:00 |
|
mergify[bot]
|
bf90edc362
|
Merge branch 'master' into case-insensitive-column-matching
|
2022-03-24 08:00:42 +00:00 |
|
Kruglov Pavel
|
826b933b08
|
Merge pull request #35332 from Avogar/fix-tskv-schema-inference
Fix schema inference for TSKV format while using small max_read_buffer_size
|
2022-03-23 18:37:07 +01:00 |
|
Antonio Andelic
|
052057f2ef
|
Address PR comments
|
2022-03-23 15:42:46 +00:00 |
|
Antonio Andelic
|
6b6190554b
|
Fix conversion of arrow to CH column with hint header
|
2022-03-22 11:15:48 +00:00 |
|
Antonio Andelic
|
0c23cd7b94
|
Add support for case insensitive column matching in arrow
|
2022-03-22 10:55:10 +00:00 |
|
Antonio Andelic
|
ca7844e338
|
Fix tests
|
2022-03-22 09:27:20 +00:00 |
|
Antonio Andelic
|
6cebb6bc88
|
Merge branch 'master' into case-insensitive-column-matching
|
2022-03-22 07:36:35 +00:00 |
|
Antonio Andelic
|
cb3703b46e
|
Style fix
|
2022-03-21 12:54:56 +00:00 |
|
Antonio Andelic
|
0457a3998a
|
remove old test
|
2022-03-21 11:58:55 +00:00 |
|
Kruglov Pavel
|
1645b7083f
|
Update src/Processors/Formats/Impl/TSKVRowInputFormat.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2022-03-21 12:44:12 +01:00 |
|
Kruglov Pavel
|
0b381ebd26
|
Update src/Processors/Formats/Impl/TSKVRowInputFormat.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2022-03-21 12:44:06 +01:00 |
|
Kruglov Pavel
|
f67b8c0bad
|
Update src/Processors/Formats/Impl/TSKVRowInputFormat.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2022-03-21 12:44:00 +01:00 |
|
Antonio Andelic
|
0c74fa2c19
|
Remove unecessary code
|
2022-03-21 08:38:15 +00:00 |
|
tavplubix
|
716c6f0ffa
|
Merge pull request #35406 from Avogar/fix-parquet
Fix working with unneeded columns in Arrow/Parquet/ORC formats
|
2022-03-21 11:36:54 +03:00 |
|
Antonio Andelic
|
29d2bf7d1a
|
Merge branch 'master' into case-insensitive-column-matching
|
2022-03-21 08:17:27 +00:00 |
|
Antonio Andelic
|
d73c906e68
|
Format code
|
2022-03-21 07:50:17 +00:00 |
|
Antonio Andelic
|
f75b054255
|
Allow case insensitive column matching
|
2022-03-21 07:47:37 +00:00 |
|
avogar
|
58f2aca120
|
Fix tests
|
2022-03-18 19:04:16 +00:00 |
|
avogar
|
cffa2096de
|
Fix working with unneeded columns in Arrow/Parquet/ORC formats
|
2022-03-18 13:07:54 +00:00 |
|