robot-clickhouse-ci-2
45f4a5f74c
Merge pull request #47964 from ClickHouse/fast-parquet
...
Read Parquet files faster
2023-04-17 19:27:38 +02:00
clundro
c02882fd79
[chore] add int128/256, uint128/256 for arrayDifference, arrayCumSum
...
1. add tests.
Signed-off-by: clundro <859287553@qq.com>
2023-04-18 01:05:08 +08:00
DanRoscigno
7bc43e05b3
remove whitespace
2023-04-17 12:55:06 -04:00
DanRoscigno
79c89ad52f
remove whitespace
2023-04-17 12:51:34 -04:00
avogar
527572e7bd
Fix reading Date32 Parquet/Arrow column into not Date32 column
2023-04-17 16:51:22 +00:00
DanRoscigno
bf302653c1
add related words to aspell
2023-04-17 12:30:57 -04:00
DanRoscigno
1d15fed184
spelling
2023-04-17 12:25:38 -04:00
Alexander Gololobov
fc4fd3e300
Clarify setting description
...
Co-authored-by: Vladimir C <vdimir@clickhouse.com>
2023-04-17 18:23:52 +02:00
Igor Nikonov
1deaf788f4
Fix: do not run test_store_cleanup_disk_s3 in parallel
2023-04-17 16:00:34 +00:00
DanRoscigno
047388df8c
move transactions to clickhouse repo
2023-04-17 11:41:32 -04:00
Han Fei
ae67375769
suppress test_system_replicated_fetches
2023-04-17 16:58:36 +02:00
Arthur Passos
c7d7df75f2
minor doc update
2023-04-17 11:20:03 -03:00
Arthur Passos
3380c91206
Add validation for number of arguments provided and update doc examples
2023-04-17 11:15:24 -03:00
clundro
464aed5060
Merge branch 'master' of github.com:ClickHouse/ClickHouse
2023-04-17 21:25:00 +08:00
Sichen Zhao
eb4c26d81f
add aliases for parts name and names
2023-04-17 13:18:40 +00:00
Alexander Gololobov
0493b2cbce
A wrapper to allow calling join() from multiple threads
2023-04-17 15:01:45 +02:00
Sema Checherinda
0354a964cd
turn on all CI back
2023-04-17 14:07:56 +02:00
Kruglov Pavel
5c9b404c6e
Update src/Processors/Formats/Impl/CHColumnToArrowColumn.cpp
...
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2023-04-17 14:02:07 +02:00
kssenii
0b62354261
Fix data race, refactor
2023-04-17 13:40:53 +02:00
Kseniia Sumarokova
ef4316e1ca
Merge branch 'master' into process-relative-cache-paths-better
2023-04-17 13:28:39 +02:00
Amos Bird
97d27c87a6
Fix key condition on duplicate primary keys
...
Fix key condition usage when encountering duplicate primary keys. This can happen in projections. This bug was introduced in https://github.com/ClickHouse/ClickHouse/pull/45686 .
This PR is also an optimization because we don't need to create unused FieldRefs anymore.
2023-04-17 19:13:42 +08:00
Sema Checherinda
daa55ae0d2
fix the race wait loading parts
2023-04-17 13:01:28 +02:00
serxa
4370abf3c4
Try fix flacky test_concurrent_alter_move_and_drop
2023-04-17 10:33:59 +00:00
Yatsishin Ilya
9bddda6a6e
move clickhouse-su to clickhouse-server packager
2023-04-17 09:56:32 +00:00
Kseniia Sumarokova
4e15b66f4c
Fix test
2023-04-17 11:21:16 +02:00
Kseniia Sumarokova
8bc0a3a899
Merge pull request #48759 from kssenii/fix-mysql-named-collection
...
Fix some settings of mysql dictionary with named collection
2023-04-17 11:18:04 +02:00
Azat Khuzhin
fff6062c7b
Update llvm to fix std::stringstream for payload > INT_MAX
...
Refs: https://reviews.llvm.org/D146294
Refs: https://github.com/ClickHouse/llvm-project/pull/9
Refs: https://github.com/ClickHouse/llvm-project/pull/16
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-17 10:49:55 +02:00
Azat Khuzhin
f5c3f3a4ab
Remove quirk for s3_max_single_part_upload_size (when it exceed INT_MAX)
...
Reverts: #48816
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-17 10:49:55 +02:00
Azat Khuzhin
f55f33b64d
Avoid using s3_truncate_on_insert in 02700_s3_part_INT_MAX
...
Seems that version of MinIO that is used on CI is too slow for this [1],
I've tried the same locally with RELEASE.2023-02-10T18-48-39Z and
everythings works OK, but I have NVME locally and more recent MinIO.
[1]: https://s3.amazonaws.com/clickhouse-test-reports/47693/5c701b090c3ec10cb2a4a708b60d364eb02192fe/stateless_tests_flaky_check__asan_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-17 10:47:42 +02:00
Azat Khuzhin
8dcee4c482
Decrease part size in 02700_s3_part_INT_MAX
...
Seems that the IO is too slow [1].
[1]: https://s3.amazonaws.com/clickhouse-test-reports/47693/6d869e3b0d3e439260eb54c32e3fa99acecae063/stateless_tests_flaky_check__asan_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-17 10:46:39 +02:00
Azat Khuzhin
91713325a2
Add a test with S3 single part upload that exceeds INT_MAX
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-17 10:46:39 +02:00
Azat Khuzhin
9ea4a55ddf
Add a test for stringstream with INT_MAX
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-17 10:46:39 +02:00
Alexey Milovidov
6a4422c56d
Merge pull request #48826 from ClickHouse/remove-excessive-logging
...
Remove excessive logging
2023-04-17 09:30:01 +03:00
clundro
6e8d77a084
Merge branch 'master' of github.com:ClickHouse/ClickHouse
2023-04-17 13:09:23 +08:00
Michael Kolupaev
bd426a7d6d
Unbreak reading from web servers that don't support HEAD requests
2023-04-17 04:58:32 +00:00
Michael Kolupaev
473f212c82
Hopefully fix assertion failure in CachedOnDiskReadBufferFromFile
2023-04-17 04:58:32 +00:00
Michael Kolupaev
87be78e6de
Better
2023-04-17 04:58:32 +00:00
Michael Kolupaev
e133633359
Parallel decoding with one row group per thread
2023-04-17 04:58:32 +00:00
Michael Kolupaev
683077890f
Highly questionable refactoring (getInputMultistream() nonsense)
2023-04-17 04:58:32 +00:00
Michael Kolupaev
2d4fe85513
Something
2023-04-17 04:58:32 +00:00
Michael Kolupaev
dc6e34075e
Read less unnecessary data from Parquet files
2023-04-17 04:58:32 +00:00
Alexey Milovidov
0dab82c420
Merge pull request #48824 from ClickHouse/fix-flaky-test-01054-window-view
...
Fix flaky test 01054_window_view_proc_tumble_to
2023-04-17 06:25:50 +03:00
Alexey Milovidov
82fe9d4dbe
Merge pull request #48789 from vitlibar/fix-flaky-test-backup-all
...
Fix flaky test test_backup_all
2023-04-17 06:24:58 +03:00
Alexey Milovidov
8a28064ad4
Remove excessive logging
2023-04-17 01:46:58 +02:00
Alexey Milovidov
629bbbd353
Merge pull request #48804 from hanfei1991/hanfei/forbid-gwpasan-debug
...
forbid gwpsan in debug mode to rescue stress tests
2023-04-17 01:16:12 +03:00
Alexey Milovidov
fb40200302
Merge pull request #48817 from ClickHouse/add-test-38128
...
Add a test for #38128
2023-04-17 01:15:25 +03:00
Yakov Olkhovskiy
00c87d3235
prevent a small chance insertion was made too late
2023-04-16 16:45:39 -04:00
Kseniia Sumarokova
b37dcaa3ee
Update registerDiskCache.cpp
2023-04-16 21:00:17 +02:00
Kseniia Sumarokova
8becddd400
Merge branch 'master' into process-relative-cache-paths-better
2023-04-16 19:50:05 +02:00
Kseniia Sumarokova
54f660bd4f
Merge pull request #48805 from kssenii/simplify-cache-factory
...
Simplify FileCacheFactory
2023-04-16 19:47:01 +02:00