Alexey Milovidov
|
09f171822e
|
Merge branch 'master' into deprecate-in-memory-parts
|
2023-05-05 06:43:23 +02:00 |
|
Alexey Milovidov
|
6b809a1829
|
Remove a test
|
2023-05-05 06:43:21 +02:00 |
|
Alexey Milovidov
|
14f5e785d6
|
Fix test
|
2023-05-05 06:42:40 +02:00 |
|
Alexey Milovidov
|
efa66521de
|
Allow to run in Linux without PRCTL support
|
2023-05-05 06:40:12 +02:00 |
|
Alexey Milovidov
|
90b0de5677
|
Make Pretty prettier
|
2023-05-05 06:36:53 +02:00 |
|
Michael Kolupaev
|
3bd1489f18
|
Propagate input_format_parquet_preserve_order to parallelizeOutputAfterReading()
|
2023-05-05 04:20:27 +00:00 |
|
Alexey Milovidov
|
dfbba48510
|
Merge pull request #49282 from loneylee/49280
Fix all key value is null and group use rollup return wrong answer
|
2023-05-05 06:43:41 +03:00 |
|
Alexey Milovidov
|
179eddee01
|
Remove garbage from Pretty format
|
2023-05-05 04:44:47 +02:00 |
|
Alexey Milovidov
|
ab1a1ea5b7
|
Merge pull request #49490 from ClickHouse/fix-s3cluster-with-headers
Correctly handle s3Cluster arguments
|
2023-05-05 05:31:23 +03:00 |
|
Alexey Milovidov
|
fdf650ed49
|
Merge pull request #49455 from ClibMouse/fix_metadata_functionaltest_s390x
Fix the 01193_metadata_loading test to match the query execution time specific to s390x
|
2023-05-05 04:39:23 +03:00 |
|
Alexey Milovidov
|
34798f5358
|
Remove garbage from HDFS
|
2023-05-05 03:27:03 +02:00 |
|
Alexey Milovidov
|
38b2f94bfa
|
Merge pull request #49476 from ClickHouse/minor-changes
Minor changes for setThreadName
|
2023-05-05 04:02:30 +03:00 |
|
Alexey Milovidov
|
5cf3863e7e
|
Update play.html
|
2023-05-05 03:37:13 +03:00 |
|
Alexey Milovidov
|
c5184ed329
|
Optimize the system.query_log and system.query_thread_log tables by applying LowCardinality when appropriate
|
2023-05-05 01:36:01 +02:00 |
|
Dmitry Novik
|
4ba7530c23
|
Fix thread MemoryTracker parent after detach
|
2023-05-05 00:21:13 +02:00 |
|
MeenaRenganathan22
|
4a38d5f2a9
|
Added the comment
|
2023-05-04 22:10:41 +00:00 |
|
Kseniia Sumarokova
|
3cbe9be22d
|
Merge pull request #49491 from kssenii/fix-assertions-2
Fix logical error in stress test, add some logging
|
2023-05-05 00:00:57 +02:00 |
|
Michael Kolupaev
|
eb3b774ad0
|
Better control over Parquet row group size
|
2023-05-04 14:59:55 -07:00 |
|
Alexey Milovidov
|
bbd6be85bf
|
Merge pull request #49457 from ClibMouse/fix_json_float_s390x
Fix the code to use the RapidJSONParser in case of big-endian system
|
2023-05-05 00:21:30 +03:00 |
|
Anton Popov
|
f0f774e1ea
|
fix test
|
2023-05-04 21:11:18 +00:00 |
|
MeenaRenganathan22
|
9b75f08794
|
Modified the code to disable the build of SimdJSONParser library in case of S390X and use the RapidJSONParser library instead.
|
2023-05-04 19:48:46 +00:00 |
|
Ivan Takarlikov
|
339fb0c2c1
|
Merge branch 'master' into it-grammar-fixes
|
2023-05-04 15:57:09 -03:00 |
|
Sergei Trifonov
|
f4b3f1eb28
|
Fix UserTimeMicroseconds and SystemTimeMicroseconds descriptions
|
2023-05-04 19:40:41 +02:00 |
|
alesapin
|
9456eb59fd
|
Merge pull request #48466 from ClickHouse/keeper-correctly-handle-snapshots
Correctly handle concurrent snapshots in Keeper
|
2023-05-04 19:16:00 +02:00 |
|
Kseniia Sumarokova
|
322b5a4da0
|
Update ReadBufferFromRemoteFSGather.cpp
|
2023-05-04 18:59:08 +02:00 |
|
Ivan Takarlikov
|
8873856ce5
|
Fix some grammar mistakes in documentation, code and tests
|
2023-05-04 13:35:18 -03:00 |
|
kssenii
|
09a7b9bc17
|
Add test
|
2023-05-04 18:26:12 +02:00 |
|
kssenii
|
a7c60aa282
|
Merge remote-tracking branch 'upstream/master' into allow-zero-objects-in-remote-fs-buffer
|
2023-05-04 17:39:39 +02:00 |
|
Alexey Milovidov
|
088ce77096
|
Merge pull request #49482 from alekar/fix-cast
Static cast std::atomic<size_t> to uint64_t to serialize.
|
2023-05-04 18:37:43 +03:00 |
|
kssenii
|
6d3eb75a54
|
Allow zero objects in ReadBufferFromRemoteFSGather
|
2023-05-04 17:35:24 +02:00 |
|
Konstantin Bogdanov
|
c93a131019
|
Add an integration test for shutdown_wait_unfinished_queries (#49469)
|
2023-05-04 17:21:08 +02:00 |
|
Dmitry Novik
|
befcdbcc6d
|
Merge pull request #47630 from ClickHouse/revert-47476-revert_46622
Fix user MemoryTracker counter in async inserts
|
2023-05-04 16:57:41 +02:00 |
|
Anton Popov
|
33f0061f36
|
fix test
|
2023-05-04 14:44:33 +00:00 |
|
Kuba Kaflik
|
16b21e650d
|
Merge branch 'add-gcs-table-function' of github.com:jkaflik/ClickHouse into add-gcs-table-function
|
2023-05-04 16:05:36 +02:00 |
|
Anton Popov
|
e61d7baa54
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-05-04 14:03:53 +00:00 |
|
Kuba Kaflik
|
c6953f4452
|
Merge branch 'master' of github.com:clickhouse/ClickHouse into add-gcs-table-function
|
2023-05-04 16:03:16 +02:00 |
|
Kuba Kaflik
|
0672d75f72
|
Merge branch 'master' into add-gcs-table-function
|
2023-05-04 16:00:33 +02:00 |
|
Antonio Andelic
|
9825531cb1
|
Better
|
2023-05-04 13:38:28 +00:00 |
|
Alexander Tokmakov
|
b5a57da4ce
|
Merge pull request #49316 from ClickHouse/rs/48385
Unpoison stack frame ptrs from libunwind for msan
|
2023-05-04 16:17:30 +03:00 |
|
Antonio Andelic
|
e8e99065c2
|
Merge branch 'master' into fix-gcs-headers
|
2023-05-04 13:09:00 +00:00 |
|
Mike Kot
|
291bcc0e54
|
allow passing password in URL
|
2023-05-04 12:49:59 +00:00 |
|
vdimir
|
6d3559e817
|
Merge pull request #49093 from ClickHouse/vdimir/ntile-default-frame
|
2023-05-04 14:01:53 +02:00 |
|
Alexander Tokmakov
|
36f8fcdfaf
|
Merge pull request #49458 from ClickHouse/tavplubix-patch-6
Follow-up to #48792
|
2023-05-04 14:32:18 +03:00 |
|
Antonio Andelic
|
a68a023ca7
|
Merge pull request #48724 from johanngan/sse-kms
Support SSE-KMS configuration with S3 client
|
2023-05-04 13:20:54 +02:00 |
|
kssenii
|
9ddd4aa7f7
|
Merge remote-tracking branch 'origin/allow-to-get-current-az' into allow-to-get-current-az
|
2023-05-04 13:10:32 +02:00 |
|
kssenii
|
08772e1da7
|
Review fixes
|
2023-05-04 13:09:03 +02:00 |
|
ivan-klass
|
1da30e2830
|
Better text
|
2023-05-04 13:06:07 +02:00 |
|
ivan-klass
|
a788d0b124
|
Note for multiple arrayJoin of same array expression
|
2023-05-04 13:03:27 +02:00 |
|
Nikolai Kochetov
|
df9f00e87c
|
Merge pull request #49417 from ClickHouse/respect-PR-for-agg-projection
Respect PK for aggregate projection.
|
2023-05-04 12:52:27 +02:00 |
|
kssenii
|
cf3a8e9b93
|
One more fix
|
2023-05-04 12:49:23 +02:00 |
|