kssenii
8c4476d7db
Merge remote-tracking branch 'origin/master' into less-contentaion-in-cache-part4
2024-04-28 13:36:16 +02:00
Maksim Kita
56037ffaca
Fixed build
2024-04-28 12:52:17 +03:00
Maksim Kita
f5cfe597f2
Fixed tests
2024-04-28 12:52:17 +03:00
Maksim Kita
bd1189de70
Fixed tests
2024-04-28 12:52:17 +03:00
Maksim Kita
0111f30ed2
Fixed clang-tidy
2024-04-28 12:52:17 +03:00
Maksim Kita
f91b8580db
Fixed tests
2024-04-28 12:52:17 +03:00
Maksim Kita
85dc0cf20a
Fixed tests
2024-04-28 12:52:17 +03:00
Maksim Kita
126f3692cb
Added tests
2024-04-28 12:52:17 +03:00
Maksim Kita
06d2c18f26
Analyzer support recursive CTEs
2024-04-28 12:52:17 +03:00
Maksim Kita
b080adb586
Fixed build
2024-04-28 12:52:05 +03:00
Maksim Kita
8ed6f4c27a
Fixed code review issues
2024-04-28 12:52:05 +03:00
Maksim Kita
ab0842347d
Fixed code review issues
2024-04-28 12:52:04 +03:00
Maksim Kita
16887ce802
Fixed tests
2024-04-28 12:52:04 +03:00
Maksim Kita
e42d00e4b8
Added performance tests
2024-04-28 12:52:04 +03:00
Maksim Kita
8900a6a035
Added tests
2024-04-28 12:52:04 +03:00
Maksim Kita
bc6db79737
QueryPlan convert OUTER JOIN to INNER JOIN optimization
2024-04-28 12:52:04 +03:00
Robert Schulze
fcc77379ae
Cosmetics, pt. IV
2024-04-28 09:50:42 +00:00
Duc Canh Le
72199a79be
better rocksdb test
...
- add test for alter modify setting
- make sure bulk insert kick in
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-28 06:43:11 +00:00
Duc Canh Le
c4e0cf2e7d
rocksdb: implement ALTER SETTING
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-28 06:37:53 +00:00
Azat Khuzhin
cf1451ecde
Fix possible CHECKSUM_DOESNT_MATCH during replicated fetches
...
Previously HTTP server does not tries to send exception if something had
been written to the client already, but after rewriting to "zero-copy"
HTTP implementation (back in #19516 ) this got broken, and you can get
pretty "dangerous" at least at first glance errors, like:
- Malformed chunked encoding
- or most likely to CHECKSUM_DOESNT_MATCH error
This is not crucial because it will never pass checksum checks, but
still icky. So let's fix it.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-28 07:34:08 +02:00
Azat Khuzhin
478ba92ddd
Improve error message on checksum mismatch during fetches
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-28 07:34:07 +02:00
Azat Khuzhin
43dcc012f4
Add a test for fetches failures
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-28 07:34:07 +02:00
Azat Khuzhin
d278866d52
Add copy_data_failpoint failpoint
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-28 07:34:07 +02:00
lgbo-ustc
0070d6fc71
fixed: converting filter column type
2024-04-28 09:27:16 +08:00
lgbo-ustc
352d7a443b
fixed: filter column is a const column
2024-04-28 09:27:16 +08:00
lgbo-ustc
5431e272c9
update
2024-04-28 09:27:16 +08:00
lgbo-ustc
6fa6c0261b
apply 27a2b19
2024-04-28 09:27:16 +08:00
lgbo-ustc
7ee720ffb0
update settting
2024-04-28 09:27:15 +08:00
lgbo-ustc
6c30774ce5
disable when join_use_nulls=1
...
update setting
update
2024-04-28 09:26:11 +08:00
lgbo-ustc
c51e9163a5
reduce hash join code size
...
add check
debug
fixed
fixed
fixed
fixed
fixed
debug
debug
update
rename full_expression
rollback ExecutionContext
experiment: support join_use_nulls
2024-04-28 09:26:11 +08:00
lgbo-ustc
cd9c87811f
fixed bugs for all right join
...
add test cases
fixed typos
add document
fixed stype error and rename some variables
fixed test error
add test cases
try to recude hash join code size
debug
fixed
fixed coredump
fixed. condition result type is not bool
enable when allow_experimental_analyzer=0
fixed tests
fixed
update tests
update tests
roll backup when use the old analyzer
fixed typos
fixed
test
large obj check
test
test
2024-04-28 09:26:11 +08:00
lgbo-ustc
f7dd4deca0
Optimization for cutting left blocks into processed and not_processed parts.
2024-04-28 09:26:11 +08:00
lgbo-ustc
4a2ad7beb5
fixed bugs
2024-04-28 09:26:11 +08:00
lgbo-ustc
2692784585
support inequal join for left/right/inner all
2024-04-28 09:26:11 +08:00
alesapin
5139ef7b91
Merge pull request #63077 from ClickHouse/fix_stateful_azure
...
Fix stateful tests
2024-04-27 22:37:46 +00:00
Alexey Milovidov
5a9c5b7d50
Better highlighting of keywords
2024-04-28 00:19:42 +02:00
Alexey Milovidov
f7b6a1149a
Merge pull request #61357 from canhld94/fix_count
...
Fix parser error when using COUNT(*) with FILTER clause
2024-04-27 21:53:47 +00:00
Alexey Milovidov
d9fa3fdceb
Merge pull request #63069 from azat/tests/integration-old-analyzer
...
Fix integration tests with old analyzer (and fix some leftovers of enabling it)
2024-04-27 21:43:07 +00:00
Alexey Milovidov
753dd30a40
Merge pull request #63070 from azat/tests/dist-inter-server-backward
...
Get back test for old inter-server mode (DBMS_MIN_REVISION_WITH_INTERSERVER_SECRET non-v2)
2024-04-27 21:42:11 +00:00
alesapin
c7a6af3c4a
Fix stateful
2024-04-27 21:47:48 +02:00
Blargian
4a2facb844
Update sumWithOverflow
2024-04-27 21:38:12 +02:00
Blargian
30a0385bf0
Update sumMapWithOverflow function
2024-04-27 20:58:34 +02:00
Alexey Petrunyaka
74a9b713a8
Update generateUUIDv7.cpp
2024-04-27 21:47:14 +03:00
Nikita Taranov
c14fb847da
Merge pull request #62047 from azat/dist/fix-IN-rewrite
...
Fix optimize_skip_unused_shards_rewrite_in for composite sharding key
2024-04-27 18:39:34 +00:00
Alexey Petrunyaka
6ef5df9845
Update generateUUIDv7.cpp
2024-04-27 19:43:08 +03:00
Blargian
6881f1a3aa
Update sum function
2024-04-27 18:27:36 +02:00
Kirill Nikiforov
30b3d087e7
rm StorageMongoDBSocketFactory
2024-04-27 18:54:14 +03:00
Alexey Petrunyaka
1c5c97f648
Update generateUUIDv7.cpp
2024-04-27 18:50:41 +03:00
Blargian
c923629b56
Add missing functions, update index and update sumMap
2024-04-27 17:45:32 +02:00
Alexey Petrunyaka
e351b51ca3
Update generateUUIDv7.cpp
2024-04-27 18:42:08 +03:00