Alexander Tokmakov
|
b16faab477
|
fix configs
|
2022-04-22 15:37:14 +02:00 |
|
tavplubix
|
2c54381520
|
Merge pull request #36200 from ClickHouse/fix_create_as_replicated_default_args
Fix CREATE AS for ReplicatedMergeTree with default arguments
|
2022-04-20 12:01:13 +03:00 |
|
Vadim Volodin
|
97c9ac0531
|
Fix docs for integration tests (#36426)
|
2022-04-19 19:42:43 +02:00 |
|
alesapin
|
5802b67c2a
|
Merge pull request #36257 from ClickHouse/fix_integration_tests_parser_bug
Fix integration tests report parser
|
2022-04-18 11:41:34 +02:00 |
|
Alexey Milovidov
|
56df9bbc0d
|
Update test.py
|
2022-04-18 02:59:31 +03:00 |
|
Alexey Milovidov
|
1959ae2c9e
|
Fix integration tests
|
2022-04-18 01:00:18 +02:00 |
|
Alexey Milovidov
|
19a8207ab7
|
Debug integration tests
|
2022-04-18 00:16:53 +02:00 |
|
Alexander Tokmakov
|
1e061ac39e
|
fix formatting
|
2022-04-14 15:31:49 +02:00 |
|
alesapin
|
c74b6c547b
|
Black
|
2022-04-14 14:40:56 +02:00 |
|
alesapin
|
428753a4a7
|
Fix integration tests parser
|
2022-04-14 14:39:36 +02:00 |
|
Kruglov Pavel
|
0bae44abf0
|
Merge pull request #36209 from Avogar/check-magic-bytes
Check ORC/Parquet/Arrow format magic bytes before loading file in memory
|
2022-04-14 11:32:38 +02:00 |
|
avogar
|
ca14a29dbe
|
Revert reverting "Fix crash in ParallelReadBuffer"
|
2022-04-13 20:39:12 +00:00 |
|
tavplubix
|
b2cd23658a
|
Revert "Fix crash in ParallelReadBuffer"
|
2022-04-13 22:45:34 +03:00 |
|
avogar
|
42726639f3
|
Check ORC/Parquet/Arrow format magic bytes before loading file in memory
|
2022-04-13 19:27:38 +00:00 |
|
Alexander Tokmakov
|
40fea2b833
|
do not unfold {uuid} macro
|
2022-04-13 16:51:59 +02:00 |
|
Alexander Tokmakov
|
f2c4f88295
|
avoid moving replicated tables to Ordinary db
|
2022-04-13 14:38:20 +02:00 |
|
avogar
|
de9c9462e5
|
Fix crash in ParallelReadBuffer
|
2022-04-12 13:54:53 +00:00 |
|
tavplubix
|
090506a572
|
Merge pull request #36161 from ClickHouse/fix_mongo_test
Fix mongodb test with new cert
|
2022-04-12 15:48:08 +03:00 |
|
alesapin
|
8f822af358
|
Fix mongodb test with new cert
|
2022-04-12 11:47:22 +02:00 |
|
Nikolay Degterinsky
|
3547e3a376
|
Merge pull request #35978 from nic11/pr/runner-typo
Remove arg duplication and fix a typo
|
2022-04-12 11:45:52 +02:00 |
|
Kruglov Pavel
|
972357ebf6
|
Merge pull request #35748 from bigo-sg/s3_cluster_join
Fixed : elimate AMBIGUOUS_COLUMN_NAME exception in hdfs/s3 cluster join query
|
2022-04-11 16:22:53 +02:00 |
|
Nikolai Kochetov
|
ac74757f92
|
Merge pull request #35973 from filimonov/kafka_read_consumers_in_parallel
Make parallel reading from several kafka consumers work again
|
2022-04-11 15:30:52 +02:00 |
|
Roman Nikonov
|
7cd46bf2cb
|
Merge branch 'master' into pr/runner-typo
|
2022-04-10 01:20:46 +03:00 |
|
tavplubix
|
faae540a85
|
Merge pull request #24258 from ClickHouse/mvcc_prototype
MVCC prototype for MergeTree
|
2022-04-08 22:02:13 +03:00 |
|
Kseniia Sumarokova
|
1e54c5c57b
|
Merge pull request #35885 from kssenii/fix-postgres-test-2
fix postgres test
|
2022-04-08 19:55:05 +02:00 |
|
kssenii
|
fc3e3251b9
|
Fix
|
2022-04-08 13:50:24 +02:00 |
|
Alexander Tokmakov
|
141fbc6980
|
Merge branch 'master' into mvcc_prototype
|
2022-04-08 13:38:11 +02:00 |
|
lgbo-ustc
|
759e4a9a05
|
Merge remote-tracking branch 'ck/master' into s3_cluster_join
|
2022-04-08 09:25:30 +08:00 |
|
Azat Khuzhin
|
c5ffbc688e
|
Do not allow SETTINGS after FORMAT for INSERT queries
Parsing SETTINGS after FORMAT, that has been introduced in [1], can
interpret SETTING as some values, which is misleading.
[1]: https://github.com/ClickHouse/ClickHouse/pull/4174/files#diff-ba7bd0657630b1cd94cf6ed364bd857338096f49f66dc82918438d6745753775R106
Note, that we are touching only INSERT queries, not SELECT, since this
is a backward incompatible change, and in case of modifying SELECT it
can break too much.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Fixes: #35100
Fixes: #20343
|
2022-04-07 16:29:36 +03:00 |
|
Alexander Tokmakov
|
7f54e7b422
|
Merge branch 'master' into mvcc_prototype
|
2022-04-07 15:14:06 +02:00 |
|
Nikolai Kochetov
|
ebfdadd6f8
|
Fix firmatting.
|
2022-04-07 12:05:21 +00:00 |
|
Alexander Tokmakov
|
8290ffa88d
|
Merge branch 'master' into mvcc_prototype
|
2022-04-07 13:50:42 +02:00 |
|
Kseniia Sumarokova
|
18a594a22e
|
Merge pull request #34631 from bigo-sg/use_minmax_index
Use minmax index for orc/parquet file in Hive Engine
|
2022-04-07 12:22:19 +02:00 |
|
tavplubix
|
6e9c028bbb
|
Merge pull request #35956 from Algunenano/limit_dns_retries
DNS cache: Add option to drop elements after several consecutive failures
|
2022-04-07 13:20:36 +03:00 |
|
Nikolai Kochetov
|
3e1b3f14c0
|
Merge pull request #34355 from azat/processors-profiling
Profiling on Processors level
|
2022-04-07 12:13:14 +02:00 |
|
lgbo-ustc
|
dbdc632243
|
fixed code style
|
2022-04-07 18:11:49 +08:00 |
|
taiyang-li
|
2ef316801c
|
Merge branch 'master' into use_minmax_index
|
2022-04-07 10:53:25 +08:00 |
|
mergify[bot]
|
585cff1e95
|
Merge branch 'master' into limit_dns_retries
|
2022-04-06 18:23:17 +00:00 |
|
tavplubix
|
00137eaa34
|
Update test.py
|
2022-04-06 19:13:56 +03:00 |
|
taiyang-li
|
59e47472f1
|
fix integration tests
|
2022-04-06 20:51:31 +08:00 |
|
taiyang-li
|
acbd11ccbc
|
add integration tests
|
2022-04-06 18:59:17 +08:00 |
|
taiyang-li
|
5d8a1a4465
|
add integration tests
|
2022-04-06 18:50:39 +08:00 |
|
kssenii
|
06ff47f72f
|
Add drops
|
2022-04-06 10:36:54 +02:00 |
|
Kseniia Sumarokova
|
0e1637dfaf
|
Merge pull request #35354 from kssenii/enable-testmode-by-default
Remove testmode option, enable it unconditionally
|
2022-04-06 10:06:08 +02:00 |
|
Alexey Milovidov
|
bad2e9dc06
|
Merge pull request #35936 from DevTeamBK/MARIANA-62
Move credentials for integration tests into a separate file (The ticket name in IBM's JIRA is MARIANA-62)
|
2022-04-06 03:27:27 +03:00 |
|
Kseniia Sumarokova
|
f4bfa0fea3
|
Update test.py
|
2022-04-06 02:13:22 +02:00 |
|
Roman Nikonov
|
a34d9f9cc3
|
Remove arg duplication and fix a typo
|
2022-04-06 02:40:56 +03:00 |
|
Azat Khuzhin
|
acd48ebe2d
|
Disable processors_profile_log for test_input_format_parallel_parsing_memory_tracking
This should fix memory usage, like in [1].
[1]: https://s3.amazonaws.com/clickhouse-test-reports/34355/e5a837e574fac93e01d985f55d069fe522abc182/integration_tests__thread__actions__[3/4].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-05 23:23:05 +03:00 |
|
Mikhail Filimonov
|
f9a4cd12d4
|
Make parallel reading of kafka consumers work again (issue #35153)
|
2022-04-05 21:46:56 +02:00 |
|
LAL2211
|
acaeaf2842
|
black check formatted
|
2022-04-05 12:46:54 -04:00 |
|