李扬
|
465962df7f
|
Support orc filter push down (file + stripe + rowgroup level) (#55330)
* support orc filter push down
* update orc lib version
* replace setqueryinfo with setkeycondition
* fix issue https://github.com/ClickHouse/ClickHouse/issues/53536
* refactor source with key condition
* fix building error
* remove std::cout
* update orc
* update orc version
* fix bugs
* improve code
* upgrade orc lib
* fix code style
* change as requested
* add performance tests for orc filter push down
* add performance tests for orc filter push down
* fix all bugs
* fix default as null issue
* add uts for null as default issues
* upgrade orc lib
* fix failed orc lib uts and fix typo
* fix failed uts
* fix failed uts
* fix ast fuzzer tests
* fix bug of uint64 overflow in https://s3.amazonaws.com/clickhouse-test-reports/55330/de22fdcaea2e12c96f300e95f59beba84401712d/fuzzer_astfuzzerubsan/report.html
* fix asan fatal caused by reused column vector batch in native orc input format. refer to https://s3.amazonaws.com/clickhouse-test-reports/55330/be39d23af2d7e27f5ec7f168947cf75aeaabf674/stateless_tests__asan__[4_4].htm
* fix wrong performance tests
* disable 02892_orc_filter_pushdown on aarch64. https://s3.amazonaws.com/clickhouse-test-reports/55330/be39d23af2d7e27f5ec7f168947cf75aeaabf674/stateless_tests__aarch64_.html
* add some comments
* add some comments
* inline range::equals and range::less
* fix data race of key condition
* trigger ci
|
2023-10-24 12:08:17 -07:00 |
|
Kruglov Pavel
|
67c5c0203b
|
Merge branch 'master' into fast-count-from-files
|
2023-08-22 15:03:48 +02:00 |
|
Michael Kolupaev
|
2f4d433e69
|
Parquet filter pushdown
|
2023-08-21 14:15:52 -07:00 |
|
avogar
|
47304bf7aa
|
Optimize count from files in most input formats
|
2023-08-21 12:30:52 +00:00 |
|
avogar
|
3209ebe34b
|
Improve progress bar for file/s3/hdfs/url table functions. Step 1
|
2023-06-16 15:51:18 +00:00 |
|
Michael Kolupaev
|
e133633359
|
Parallel decoding with one row group per thread
|
2023-04-17 04:58:32 +00:00 |
|
Robert Schulze
|
05606a8835
|
Clean up GCC warning pragmas
|
2023-04-11 18:21:08 +00:00 |
|
avogar
|
9f39a6a049
|
Fix possible heap-use-after-free
|
2022-11-02 14:17:48 +00:00 |
|
zhenjial
|
469ceaa156
|
code optimization
|
2022-09-09 00:47:43 +08:00 |
|
zhenjial
|
0f788d98f5
|
new implementation
|
2022-09-06 20:39:54 +08:00 |
|
zhenjial
|
18db90dcfc
|
Record errors while reading text formats (CSV, TSV).
|
2022-09-06 17:19:15 +08:00 |
|
avogar
|
d295de1689
|
Fix comments and test
|
2022-04-28 14:59:35 +00:00 |
|
Kruglov Pavel
|
4d08587559
|
Merge branch 'master' into mysqldump-format
|
2022-04-28 15:58:18 +02:00 |
|
avogar
|
33d845dade
|
Add MySQLDump input format
|
2022-04-26 10:42:56 +00:00 |
|
Anton Popov
|
3e361c9759
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-04-19 14:18:04 +00:00 |
|
Alexey Milovidov
|
242919eddd
|
Remove abbreviation
|
2022-04-18 01:02:49 +02:00 |
|
Anton Popov
|
2de6668b3f
|
show names of erroneous files
|
2022-04-16 00:10:47 +00:00 |
|
avogar
|
836e7dae67
|
Fix bug in indexes of not presented columns in -WithNames formats
|
2022-03-31 12:24:40 +00:00 |
|
Kruglov Pavel
|
0715566cc0
|
Merge branch 'master' into tsv-csv
|
2021-10-27 17:52:49 +03:00 |
|
Anton Popov
|
6b34398e9c
|
support VALUES format in async inserts
|
2021-10-20 17:20:58 +03:00 |
|
avogar
|
324dfd4f81
|
Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats
|
2021-10-14 13:32:49 +03:00 |
|
Anton Popov
|
e8ac8e3454
|
execute asynchronous inserts separatly for each client
|
2021-08-27 06:00:12 +03:00 |
|
Anton Popov
|
6d3274c22c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-08-26 03:31:46 +03:00 |
|
Nikolai Kochetov
|
179ec05a72
|
Remove some streams.
|
2021-07-20 21:18:43 +03:00 |
|
Nikita Mikhaylov
|
395e0d6756
|
done
|
2021-06-10 13:57:19 +00:00 |
|
Nikita Mikhaylov
|
3372dd7b6a
|
fix stupid bug
|
2021-03-11 18:22:24 +03:00 |
|
Nikita Mikhailov
|
3a7d48f3a4
|
style and tsan fix
|
2021-03-11 18:22:24 +03:00 |
|
Nikita Mikhailov
|
369c9da161
|
better
|
2021-03-11 18:22:24 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|