Commit Graph

118661 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
584b46c5ca
Add documentation for building in docker 2023-07-03 19:58:47 +02:00
DanRoscigno
509a0c6f30 add missing doc templates back 2023-07-03 13:50:40 -04:00
Zach Naimon
edeef107f0 fix authError behavior, fix overlapping chart behavior 2023-07-03 12:42:51 -04:00
velavokr
dcc0076ded fixed comment 2023-07-03 19:10:39 +03:00
velavokr
ae87d43f88 test fixes 2023-07-03 19:10:39 +03:00
velavokr
2f85d048ae bugfix 2023-07-03 19:10:39 +03:00
Alexander Tokmakov
1e10bf5bdf Update docs/en/operations/settings/settings.md 2023-07-03 19:10:39 +03:00
velavokr
66227ce8d3 #51292 added default_temporary_table_engine setting 2023-07-03 19:10:39 +03:00
Vitaly Baranov
a14f4ae83b
Merge pull request #51595 from vitlibar/add-hex-functions-for-cityhash
Add hex functions for cityhash
2023-07-03 18:05:40 +02:00
Vitaly Baranov
8dd1b7b8b9
Merge branch 'master' into add-hex-functions-for-cityhash 2023-07-03 18:00:33 +02:00
Igor Nikonov
ccda3c3a6e Try to fix logical error #51703 2023-07-03 15:03:40 +00:00
vdimir
737cff7e57 Remove whole join_set_filter.xml, will resubmit 2023-07-03 17:00:20 +02:00
vdimir
9ea5d929a5 Update tests/performance/join_set_filter.xml 2023-07-03 17:00:20 +02:00
vdimir
ebd7ecb230 Remove unstable queries from performance/join_set_filter 2023-07-03 17:00:20 +02:00
Alexander Sapin
a74bc6190d Implement suggestion 2023-07-03 15:46:30 +02:00
Anton Popov
8bd6532ca7
Merge pull request #51296 from ClickHouse/object_column_invalid_num_of_rows
Fix: Invalid number of rows in Chunk column Object
2023-07-03 15:40:41 +02:00
kssenii
20d7cf2bf6 Fix tests 2023-07-03 14:51:19 +02:00
Kseniia Sumarokova
cc3c10d89d
Merge pull request #51418 from bigo-sg/fix_ec_issue
Update libhdfs3 version
2023-07-03 14:44:31 +02:00
李扬
a8cf9318fd
Merge branch 'master' into fix_ec_issue 2023-07-03 20:41:04 +08:00
Alexander Sapin
d1c4a37473 Remove MemoryPool from Poco because it's useless 2023-07-03 14:38:38 +02:00
kssenii
ac77f5fe6f Merge remote-tracking branch 'upstream/master' into add-separate-access-for-use-named-collections 2023-07-03 13:55:45 +02:00
Alexander Gololobov
eff94f5100
Merge pull request #51610 from ClickHouse/fix_move_in_to_prewhere
Fix for moving 'IN' conditions to PREWHERE
2023-07-03 13:55:32 +02:00
Kseniia Sumarokova
37dcc36c50
Merge branch 'master' into min-file-segment-size 2023-07-03 13:52:28 +02:00
Kseniia Sumarokova
579a446d19
Update 02789_filesystem_cache_alignment.sh 2023-07-03 13:49:56 +02:00
kssenii
2feb2c0f70 Fix style check 2023-07-03 13:47:08 +02:00
Tyler Hannan
138e28cf6b
Update README.md (#51726) 2023-07-03 13:45:39 +02:00
Azat Khuzhin
22e44ced8a Add column modification time into system.parts_columns
This can be useful to obtain at least some time for the part after
mutations, since mutations will change the modification time of all
parts.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-03 13:34:05 +02:00
Kseniia Sumarokova
19508a01a5
Merge branch 'master' into resubmit-51149 2023-07-03 13:12:53 +02:00
kssenii
c4fb532f93 Better 2023-07-03 13:02:10 +02:00
Mikhail f. Shiryaev
99118ce073
Merge pull request #51728 from ClickHouse/sqllogic-source-image
Fix source image for sqllogic
2023-07-03 12:57:41 +02:00
kssenii
b82061ed2d Merge remote-tracking branch 'origin/more-flexible-drop-cache' into more-flexible-drop-cache 2023-07-03 12:38:55 +02:00
kssenii
c575dc37b3 Remove redundant change 2023-07-03 12:38:12 +02:00
Mikhail f. Shiryaev
d0c3847427
Fix source image for sqllogic 2023-07-03 12:29:12 +02:00
Robert Schulze
93df1b9b06
Merge pull request #51687 from ClickHouse/sonar-cpp-23-experimental-flag
SonarCloud: Add C++23 Experimental Flag
2023-07-03 12:04:17 +02:00
Alexander Tokmakov
f1709b3cf4
better diagnostics for 01193_metadata_loading (#51414) 2023-07-03 12:58:41 +03:00
Alexander Tokmakov
ce5ca7d2a5
Merge pull request #51502 from ClickHouse/fix_logical_error_on_mutation
Fix a logical error on mutation
2023-07-03 12:52:59 +03:00
Robert Schulze
c243d9c817
Merge branch 'master' into orc_load 2023-07-03 11:39:35 +02:00
Robert Schulze
fe49e98455
Follow-up to re2 update 2023-06-02 (#50949) 2023-07-03 08:28:25 +00:00
Antonio Andelic
93804788de
Merge pull request #51719 from ClickHouse/fix-sqllogic-docker
Fix SQLLogic docker images
2023-07-03 10:14:58 +02:00
Raúl Marín
292eec2470 Run cargo update to fix build with nightly 2023-07-03 09:40:36 +02:00
Antonio Andelic
aeea3dc824 Add odbcinst dep to sqllogic docker 2023-07-03 07:40:05 +00:00
Antonio Andelic
50c1a7fda1
Merge pull request #50098 from ClickHouse/keeper-with-disks
Support for `IDisk` in Keeper
2023-07-03 09:11:06 +02:00
李扬
18622231b4
Merge branch 'master' into fix_ec_issue 2023-07-03 10:09:21 +08:00
Ilya Yatsishin
cc448f0f0b
Merge branch 'master' into fix-race-in-context-access 2023-07-03 01:10:31 +02:00
Alexander Tokmakov
392b70d6f8
fix merge_selecting_task scheduling (#51591)
Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
2023-07-02 19:30:18 +03:00
Alexander Tokmakov
43dba76cbf
Merge branch 'master' into fix_logical_error_on_mutation 2023-07-02 19:30:00 +03:00
Alexander Tokmakov
808eb320f3
Merge pull request #51683 from ClickHouse/timeouts_transactions_tests
Update timeouts in tests for transactions
2023-07-02 19:27:10 +03:00
Robert Schulze
d85f5cc4cf
Fix 02116_tuple_element with Analyzer (#51669)
* Fix 02116_tuple_element with Analyzer

* Use alternative errors in test

---------

Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-07-02 19:02:14 +03:00
Antonio Andelic
1ce99baf00
Merge pull request #51707 from ClickHouse/better-tets-scripts
Make test scripts backwards compatible
2023-07-02 15:50:55 +02:00
Antonio Andelic
c06afc53b4 Make scripts backwards compatible 2023-07-02 09:57:06 +00:00