Kseniia Sumarokova
b8ab20bcb3
Update test.py
2022-07-04 20:56:34 +02:00
Kseniia Sumarokova
0cd228cab3
Merge pull request #38365 from kssenii/better-rabbit-adddress-setting
...
Fix RabbitMQ configuration via connection string setting
2022-07-04 20:53:43 +02:00
Kruglov Pavel
2f1eca27e9
Merge pull request #38799 from railwayc/patch-2
...
Update function.md
2022-07-04 20:52:16 +02:00
Kruglov Pavel
74bd625cd5
Fix test
2022-07-04 20:48:35 +02:00
Kruglov Pavel
45ac74617b
Fix
2022-07-04 20:38:21 +02:00
zvonand
8a270c01e9
fix floating point in intervals
2022-07-04 20:45:05 +03:00
vdimir
c0cb588e45
Fix build
2022-07-04 17:28:34 +00:00
vdimir
1cad4a7e9b
Mark 02241_join_rocksdb_bs long
2022-07-04 17:28:15 +00:00
vdimir
54cf5c51de
upd 02241_join_rocksdb_bs.sql
2022-07-04 17:28:15 +00:00
vdimir
43afda408b
do not call setStorageJoin when setting isn't set
2022-07-04 17:28:15 +00:00
vdimir
65ac97ce89
direct join: handle nullable, add tests
2022-07-04 17:28:14 +00:00
vdimir
0c12adc934
fix style
2022-07-04 17:28:14 +00:00
vdimir
a1ef707a8d
update 02241_join_rocksdb
2022-07-04 17:28:14 +00:00
vdimir
e40f799f96
handle right rey rename in direct join
2022-07-04 17:28:13 +00:00
vdimir
87794f9b5b
get/setTotas to IJoin
2022-07-04 17:28:13 +00:00
vdimir
b3c581a1f9
drop table in 02241_join_rocksdb
2022-07-04 17:28:12 +00:00
vdimir
a1388813e4
fix src/Interpreters/ExpressionAnalyzer.cpp
2022-07-04 17:28:12 +00:00
vdimir
8359753a85
Move DirectJoin to separate file
2022-07-04 17:28:11 +00:00
vdimir
ad06dd3fe9
add 02241_join_rocksdb
2022-07-04 17:28:11 +00:00
vdimir
51a6c347ad
make join_alorithm settings with multiple choices
2022-07-04 17:28:11 +00:00
vdimir
0dfd400f51
check conditions before using direct join
2022-07-04 17:28:10 +00:00
vdimir
5ed0911ff4
Fix rocksdb::getSlicedKeys
2022-07-04 17:28:10 +00:00
vdimir
085e70c7a3
wip left kvjoin
2022-07-04 17:28:10 +00:00
vdimir
980000d04c
Change getByKeys, add StorageEmbeddedRocksDB::getByKeysImpl
2022-07-04 17:28:09 +00:00
vdimir
744c692be3
wip key value join
2022-07-04 17:28:09 +00:00
vdimir
8bce6451c6
add method StorageEmbeddedRocksDB::getByKeys
2022-07-04 17:27:37 +00:00
Ilya Yatsishin
867b3aa873
fix
2022-07-04 18:01:24 +02:00
Ilya Yatsishin
f871cbc7d5
Update src/Interpreters/OpenTelemetrySpanLog.cpp
...
Co-authored-by: Dmitry Novik <d1mas1k4@yandex.ru>
2022-07-04 17:52:06 +02:00
Kruglov Pavel
65dd81586b
Update run.sh
2022-07-04 17:30:22 +02:00
Kruglov Pavel
f7e0e4af7a
Update src/Parsers/ParserCreateQuery.h
...
Co-authored-by: Dmitry Novik <d1mas1k4@yandex.ru>
2022-07-04 17:03:09 +02:00
avogar
3eb97313d8
Allow null modifier in columns declaration for table functions
2022-07-04 14:46:10 +00:00
Dmitry Novik
c66e2c8095
Merge pull request #37155 from amosbird/projection-fix-two
...
Fix intermediate header in aggregate projection
2022-07-04 16:32:34 +02:00
Kseniia Sumarokova
35e616514c
Update 02352_interactive_queries_from_file.expect
2022-07-04 16:26:35 +02:00
Kseniia Sumarokova
707142e939
Update test.py
2022-07-04 16:08:10 +02:00
Yatsishin Ilya
b4e62e06e7
Use native Map
2022-07-04 14:07:29 +00:00
kssenii
f5bf744028
Fix
2022-07-04 16:05:08 +02:00
Robert Schulze
1eed72b525
Make more multi-search methods work with non-const needles
...
After making function multi[Fuzzy]Match(Any|AnyIndex|AllIndices)() work
with non-const needles, 12 more functions started to fail in test
"00233_position_function_family":
multiSearchAny()
multiSearchAnyCaseInsensitive()
multiSearchAnyUTF8
multiSearchAnyCaseInsensitiveUTF8()
multiSearchFirstPosition()
multiSearchFirstPositionCaseInsensitive()
multiSearchFirstPositionUTF8()
multiSearchFirstPositionCaseInsensitiveUTF8()
multiSearchFirstIndex()
multiSearchFirstIndexCaseInsensitive()
multiSearchFirstIndexUTF8()
multiSearchFirstIndexCaseInsensitiveUTF8()
Failing queries take the form
select 0 = multiSearchAny('\0', CAST([], 'Array(String)'));
2022-07-04 14:00:21 +00:00
kssenii
2746ede854
Better test
2022-07-04 15:59:52 +02:00
kssenii
ac8a794780
Client -i file
2022-07-04 15:40:23 +02:00
Kruglov Pavel
6c4b6fa834
Merge branch 'master' into better-exception-messages
2022-07-04 15:07:31 +02:00
Kruglov Pavel
4080f055b6
Merge pull request #38477 from Avogar/sql-insert-format
...
Add SQLInsert output format
2022-07-04 15:06:33 +02:00
Kruglov Pavel
3d47416f8b
Merge pull request #38559 from ClickHouse/Avogar-patch-1
...
Add logging in Epoll and TimerDescriptor in case of EINTR
2022-07-04 15:05:08 +02:00
zvonand
f814985adf
minor improvements
2022-07-04 16:03:59 +03:00
avogar
fb2f60c613
Remove old script
2022-07-04 13:03:55 +00:00
avogar
17da24b584
Try to improve backward compatibility check
2022-07-04 13:02:22 +00:00
kssenii
2c4c907e10
Merge
2022-07-04 14:15:31 +02:00
kssenii
0f054774f5
Review fixes
2022-07-04 14:14:15 +02:00
kssenii
cfff7c4c28
Merge master
2022-07-04 14:13:26 +02:00
kssenii
6b37ce2f8e
Drop tables in test
2022-07-04 14:06:20 +02:00
chen
a0956465cf
Update drop.md
2022-07-04 19:34:26 +08:00