Bharat Nallan Chakravarthy
|
d86b751283
|
fix tests
|
2023-10-27 11:02:51 -07:00 |
|
Bharat Nallan Chakravarthy
|
429ddc8ed5
|
init docs
|
2023-10-27 11:02:51 -07:00 |
|
Bharat Nallan Chakravarthy
|
382487a52b
|
add hostname field to system log tables
|
2023-10-27 11:02:51 -07:00 |
|
robot-ch-test-poll1
|
ef78889aa2
|
Merge pull request #55952 from ClickHouse/disable_apply_deleted_mask
Added a setting to allow reading rows marked as deleted
|
2023-10-25 01:14:07 +02:00 |
|
李扬
|
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 |
|
Robert Schulze
|
57df56733f
|
Merge pull request #55963 from rschu1ze/bump-protobuf
Bump protobuf to v3.19.6
|
2023-10-24 19:20:30 +02:00 |
|
Sergei Trifonov
|
8f3eb23f3c
|
Merge pull request #55956 from bigo-sg/json_seder_skip_null
Allow skip null values when serailize tuple to json objects
|
2023-10-24 18:32:01 +02:00 |
|
xuzifu666
|
010cc6918a
|
Add get_direct_children_number command to keeper-client (#55898)
|
2023-10-24 17:02:54 +02:00 |
|
Robert Schulze
|
1375733643
|
Merge pull request #55955 from rschu1ze/test-bug-43644
Test for Bug 43644
|
2023-10-24 16:16:52 +02:00 |
|
Robert Schulze
|
0955107e8e
|
Merge pull request #55948 from rschu1ze/arrayFold-switch-args
arrayFold: Switch accumulator and array arguments
|
2023-10-24 16:16:02 +02:00 |
|
Alexander Gololobov
|
40062ca210
|
Fix test
|
2023-10-24 15:30:32 +02:00 |
|
Alexander Tokmakov
|
2619eecd2f
|
Merge pull request #55890 from ClickHouse/tavplubix-patch-9
Update stress.py
|
2023-10-24 14:58:22 +02:00 |
|
Kruglov Pavel
|
62b154930a
|
Merge pull request #53504 from filimonov/ignore_max_distributed_connections_for_async_remote
Disable logic max_threads=max_distributed_connections when async_socket_for_remote=1
|
2023-10-24 14:15:21 +02:00 |
|
Kruglov Pavel
|
cb63b07e89
|
Merge pull request #55912 from wxybear/fix/storage_null_supports_subcolumns
fix: StorageNull supports subcolumns
|
2023-10-24 14:03:46 +02:00 |
|
Alexander Gololobov
|
04b82d6463
|
Merge pull request #55935 from ClickHouse/set_has_lwd
Set storage.has_lightweight_delete_parts flag when a part has been loaded
|
2023-10-24 14:01:11 +02:00 |
|
Kruglov Pavel
|
9a56ec4d63
|
Merge pull request #55891 from Avogar/try-fix-orc
Try to fix possible segfault in Native ORC input format
|
2023-10-24 13:57:43 +02:00 |
|
Kruglov Pavel
|
9f4f851505
|
Merge pull request #55899 from srikanthccv/issue-55023
Introduce setting `create_table_empty_primary_key_by_default`
|
2023-10-24 13:47:23 +02:00 |
|
Alexander Gololobov
|
ab8fe68571
|
Update tests/queries/0_stateless/02902_diable_apply_deleted_mask.sql
Co-authored-by: SmitaRKulkarni <Smita.Kulkarni@clickhouse.com>
|
2023-10-24 13:45:27 +02:00 |
|
Alexander Gololobov
|
247722d44e
|
Update tests/queries/0_stateless/02902_diable_apply_deleted_mask.sql
Co-authored-by: SmitaRKulkarni <Smita.Kulkarni@clickhouse.com>
|
2023-10-24 13:45:19 +02:00 |
|
Alexander Gololobov
|
837637caa6
|
Fix typo
Co-authored-by: SmitaRKulkarni <Smita.Kulkarni@clickhouse.com>
|
2023-10-24 13:45:01 +02:00 |
|
Sergei Trifonov
|
e2846d4c58
|
Merge pull request #55922 from joclement/patch-2
docs: state limitations of `USING` clause.
|
2023-10-24 12:57:58 +02:00 |
|
Robert Schulze
|
a962161832
|
Bump to 3.19.6
|
2023-10-24 10:22:58 +00:00 |
|
Robert Schulze
|
aa977acf6b
|
Merge pull request #55916 from rschu1ze/grpc-1.42.0
Bump gRPC to v1.42.0
|
2023-10-24 12:12:17 +02:00 |
|
Robert Schulze
|
666f854b27
|
Bump protobuf to 3.19.3
|
2023-10-24 10:00:02 +00:00 |
|
vdimir
|
da6f3346fe
|
Merge pull request #55839 from ClickHouse/vdimir/async_executor_for_dictionary_load
Use AsyncPipelineExecutor all dictionaries
|
2023-10-24 11:31:36 +02:00 |
|
Robert Schulze
|
430559c328
|
Merge remote-tracking branch 'rschu1ze/master' into grpc-1.42.0
|
2023-10-24 09:16:31 +00:00 |
|
Robert Schulze
|
f2b65aafac
|
Merge pull request #55869 from rschu1ze/string-addinterval
Support string-encoded date arguments in `add|subtract*()`
|
2023-10-24 10:58:53 +02:00 |
|
Robert Schulze
|
68c3f41b71
|
Fix performance tests
|
2023-10-24 08:56:09 +00:00 |
|
Robert Schulze
|
b361b8e3e3
|
Merge remote-tracking branch 'rschu1ze/master' into test-bug-43644
|
2023-10-24 08:53:10 +00:00 |
|
taiyang-li
|
9c186d18a8
|
retrigger ci
|
2023-10-24 16:13:53 +08:00 |
|
taiyang-li
|
93c1e5a9e6
|
allow skip null values when serailize tuple to json objects
|
2023-10-24 12:31:55 +08:00 |
|
Srikanth Chekuri
|
af684a3604
|
Rename the file number since master already has it
|
2023-10-24 09:33:27 +05:30 |
|
Srikanth Chekuri
|
ddca9054f4
|
Merge remote-tracking branch 'upstream/master' into issue-55023
|
2023-10-24 09:28:50 +05:30 |
|
taiyang-li
|
a02c49e16f
|
allow skip null values when serailize tuple to json objects
|
2023-10-24 11:47:46 +08:00 |
|
Robert Schulze
|
db1cca592e
|
Test for Bug 43644
|
2023-10-23 20:47:58 +00:00 |
|
robot-clickhouse-ci-1
|
2346f30095
|
Merge pull request #55947 from Algunenano/topk_generic_memory
Prevent excesive memory usage when deserializing AggregateFunctionTopKGenericData
|
2023-10-23 22:27:54 +02:00 |
|
Kseniia Sumarokova
|
699de2317a
|
Merge pull request #55863 from jrdi/describe-load-metadata-threads
Add load_metadata_threads to describe filesystem cache
|
2023-10-23 21:40:52 +02:00 |
|
Nikita Taranov
|
3320b12e59
|
impl (#55787)
|
2023-10-23 20:50:40 +02:00 |
|
Alexander Gololobov
|
959b8b64bd
|
Added a setting to allow reading rows marked as deleted
|
2023-10-23 19:59:17 +02:00 |
|
Srikanth Chekuri
|
f1933d5341
|
Merge branch 'issue-55023' of github.com:srikanthccv/ClickHouse into issue-55023
|
2023-10-23 21:24:00 +05:30 |
|
FFish
|
015d041dc3
|
Update 02902_select_subcolumns_from_engine_null.sql
|
2023-10-23 23:51:39 +08:00 |
|
Srikanth Chekuri
|
8876a92b42
|
Merge remote-tracking branch 'upstream/master' into issue-55023
|
2023-10-23 21:21:25 +05:30 |
|
wxybear
|
ccd4f221d4
|
feat: add queries for StorageNull with subcolumns
|
2023-10-23 23:46:34 +08:00 |
|
Alexander Tokmakov
|
6167bf4fca
|
Update stress.py
|
2023-10-23 17:27:38 +02:00 |
|
Robert Schulze
|
b9b66e76dd
|
Switch accumulator and array arguments
|
2023-10-23 14:59:16 +00:00 |
|
Raúl Marín
|
ef071ac3f8
|
Fast tests don't build formats
|
2023-10-23 16:50:23 +02:00 |
|
Raúl Marín
|
0cd79cb7c0
|
Prevent excesive memory usage when deserializing AggregateFunctionTopKGenericData
|
2023-10-23 16:11:16 +02:00 |
|
Robert Schulze
|
0703c88381
|
Merge pull request #55915 from rschu1ze/sanity-check-rpnbuildertreenode
Add sanity check to RPNBuilderFunctionTreeNode
|
2023-10-23 16:09:56 +02:00 |
|
Robert Schulze
|
bef5cea5a0
|
Merge remote-tracking branch 'rschu1ze/master' into string-addinterval
|
2023-10-23 14:08:18 +00:00 |
|
Robert Schulze
|
bb856680e7
|
Incorporated review feedback
|
2023-10-23 14:07:14 +00:00 |
|