Commit Graph

120400 Commits

Author SHA1 Message Date
Alexey Milovidov
36815363a6
Merge pull request #52449 from ClickHouse/remove-hashid
Remove `hashid`
2023-07-22 19:12:44 +03:00
Han Fei
dab954a92d do not throw exception in OptimizedRegularExpressionImpl::analyze 2023-07-22 18:10:54 +02:00
Alexey Milovidov
a57fc914e0
Merge pull request #52466 from ClickHouse/revert-52206-aiven-sal/siphash_fix_pr
Revert "Re-add SipHash keyed functions"
2023-07-22 19:10:23 +03:00
Alexey Milovidov
9e25c60b69
Merge branch 'master' into more-changes 2023-07-22 18:36:31 +03:00
Alexey Milovidov
0b5730ffd0
Merge branch 'master' into fix-system-licenses 2023-07-22 17:53:46 +03:00
Alexey Milovidov
126ee1d886
Merge branch 'master' into session-timezone-caveats 2023-07-22 17:53:17 +03:00
Alexey Milovidov
04462333d2
Merge pull request #52327 from amosbird/fix_50183
Add back missing projection QueryAccessInfo.
2023-07-22 17:50:03 +03:00
Alexey Milovidov
363201270c
Update 01710_query_log_with_projection_info.sql 2023-07-22 17:49:53 +03:00
Han Fei
2e67a8927b
Merge pull request #52451 from ClickHouse/fix-optimized-regular-expression
Check recursion depth in OptimizedRegularExpression
2023-07-22 16:24:35 +02:00
Alexey Milovidov
a092c17313
Merge branch 'master' into fix-race-in-disk-web 2023-07-22 16:53:27 +03:00
Alexey Milovidov
db9c7c477f
Merge pull request #52397 from StianBerger/patch-1
Update date-time-functions.md
2023-07-22 16:49:18 +03:00
Kseniia Sumarokova
d34f2bed07
Merge pull request #51386 from bigo-sg/fix_hdfs_read_buffer_heap_overflow
Fix heap overflow in read buffer from hdfs when read_until_position is not zero
2023-07-22 15:00:58 +02:00
Kseniia Sumarokova
6f71adcca2
Merge branch 'master' into filesystemCacheSizeLimitMetric 2023-07-22 14:47:50 +02:00
Kseniia Sumarokova
e26dc1e494
Merge pull request #52435 from Algunenano/filecache_syscalls
Reduce the number of syscalls in FileCache::loadMetadata
2023-07-22 14:47:02 +02:00
Kseniia Sumarokova
5ca6c97832
Update gtest_lru_file_cache.cpp 2023-07-22 12:03:20 +02:00
vdimir
b98dce16e2
Merge pull request #52187 from canhld94/range_dict_no_direct_join 2023-07-22 10:48:24 +02:00
vdimir
8a2dbb8b9c
Merge pull request #52464 from ClickHouse/vdimir/analyzer_skip_02815 2023-07-22 10:48:05 +02:00
vdimir
c3c6560c95
Add 02815_range_dict_no_direct_join to analyzer_tech_debt.txt 2023-07-22 08:44:19 +00:00
Azat Khuzhin
20625d75ab Fix optimize_skip_unused_shards with JOINs
In case of JOIN query may contains conditions for other tables, while
optimize_skip_unused_shards was pretty dumb and failed to skip such
columns.

Fix this by removing JOIN before applying this optimization.

v2: restriction for analyzer
v3: ignore 01940_custom_tld_sharding_key under analyzer
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Co-Authored-By: Alexey Milovidov <milovidov@clickhouse.com>
2023-07-22 07:45:33 +02:00
Amos Bird
05bdcdf13c
Merge branch 'master' into fix_52055 2023-07-22 12:27:21 +08:00
李扬
e8fe485330
Merge branch 'master' into comment_improve_ch_to_arrow 2023-07-22 11:43:32 +08:00
Alexey Milovidov
a19f9534c0
Merge pull request #52409 from ClickHouse/fix-countsubstrings-hang
Fix `countSubstrings()` hang with empty needle and a column haystack
2023-07-22 06:12:21 +03:00
Alexey Milovidov
e7967e5aab
Merge branch 'master' into fix_52405 2023-07-22 06:09:25 +03:00
Alexey Milovidov
de2016261e Get rid of it 2023-07-22 05:08:27 +02:00
Alexey Milovidov
21ffce0ff2 Check regular expression depth 2023-07-22 05:06:02 +02:00
Alexey Milovidov
cda42e6dd4 Add a test 2023-07-22 05:05:51 +02:00
Alexey Milovidov
5f4756fb33 Remove toDecimalString 2023-07-22 04:54:58 +02:00
Alexey Milovidov
4d0b75ebdd Remove hashid 2023-07-22 04:42:16 +02:00
Alexey Milovidov
d2b178536e Fix terrible trash 2023-07-22 04:38:16 +02:00
Alexey Milovidov
4c2dabddb6 Add a test 2023-07-22 04:31:38 +02:00
Alexey Milovidov
7cc3372355 Fix terrible trash 2023-07-22 04:30:09 +02:00
Alexey Milovidov
6d4143d415
Merge branch 'master' into pufit/keeper-client-dns-resolve 2023-07-22 05:00:36 +03:00
Alexey Milovidov
9dc988981e
Merge branch 'master' into is_obsolete 2023-07-22 04:59:26 +03:00
Alexey Milovidov
9ae685975e
Merge branch 'master' into avro-fix 2023-07-22 04:56:48 +03:00
Alexey Milovidov
71694b60b3
Merge branch 'master' into any_value 2023-07-22 04:55:39 +03:00
Alexey Milovidov
e68234a231
Revert "Re-add SipHash keyed functions" 2023-07-22 04:45:50 +03:00
Alexey Milovidov
7af9af1a3f
Merge pull request #52103 from azat/tests/test_materialized_mysql_database
tests: drop existing view in test_materialized_mysql_database
2023-07-22 03:41:52 +03:00
Alexey Milovidov
e5797b7fea
Merge pull request #51514 from azat/tests/fix-integration-tests
Fix running integration tests with spaces in it's names
2023-07-22 03:38:51 +03:00
Alexey Milovidov
9a5aed35e2 Add a note about potential caveats for the "session_timezone" setting 2023-07-22 02:33:44 +02:00
Alexey Milovidov
8e04503d1c
Merge pull request #52325 from azat/mergetree-log-entries-time
MergeTree/ReplicatedMergeTree should use server timezone for log entries
2023-07-22 03:29:39 +03:00
Alexey Milovidov
45f88f8f25
Merge pull request #52357 from azat/fix-capabilities
Fix capabilities installed via systemd service (fixes netlink/IO priorities)
2023-07-22 03:28:39 +03:00
Alexey Milovidov
37a7b13ca6
Merge pull request #52095 from azat/tests/fix-docker-network-prune
Add missing --force for docker network prune (otherwise it is noop on CI)
2023-07-22 02:30:28 +03:00
robot-ch-test-poll
8175ba8ade
Merge pull request #52408 from ClickHouse/fix-test_keeper_force_recovery
Fix `test_keeper_force_recovery`
2023-07-22 00:22:54 +02:00
Alexey Milovidov
2d89dba8d1
Merge pull request #51796 from rschu1ze/show-index-better-mysql-compat
Improve MySQL compatibility of statement `SHOW INDEX`
2023-07-22 01:22:47 +03:00
Igor Nikonov
687cbc57bb Fix typo 2023-07-21 22:15:02 +00:00
Alexey Milovidov
d0cb6596e1
Merge pull request #52259 from Chen768959/fix-50582
fix issue#50582 Not found column NULL in block
2023-07-22 01:05:59 +03:00
robot-clickhouse
9280f4a9fd
Merge pull request #51958 from ClickHouse/prewhere_and_pk_columns
Move conditions with columns from PK to the end of PREWHERE chain
2023-07-22 00:05:41 +02:00
Alexey Milovidov
c6ffc9f266
Update 02815_fix_not_found_constants_col_in_block.sql 2023-07-22 01:05:39 +03:00
robot-ch-test-poll2
69b897d726
Merge pull request #52113 from arenadata/ADQM-996
Collect logs for the system.text_log table even before it is initialized, to record the server startup
2023-07-22 00:01:45 +02:00
Alexey Milovidov
de949b6844
Merge pull request #52306 from ClickHouse/backuptestfix
Add missing replica syncs in test_backup_restore_on_cluster
2023-07-22 00:57:24 +03:00