Commit Graph

124806 Commits

Author SHA1 Message Date
Michael Kolupaev
fa51399ede Make clickhouse-local logging (server_logs_file) prepend timestamps etc 2023-09-19 21:39:59 +00:00
robot-ch-test-poll2
c3a5d7dbf0
Merge pull request #54758 from rschu1ze/docs-qc
Docs: Update query cache section on non-deterministic functions
2023-09-18 20:01:46 +02:00
Sema Checherinda
e7550523c8
Merge pull request #54651 from CheSema/limit_backoff_timeout
limit the delay before next try in S3
2023-09-18 19:41:26 +02:00
Robert Schulze
6872e95fb2
Remove prefixes 2023-09-18 17:34:40 +00:00
Robert Schulze
3753a78d1b
Fix anchors 2023-09-18 17:24:49 +00:00
Kruglov Pavel
3aaaf7600c
Merge pull request #54655 from Avogar/fix-use-structure-from-insertion-table
Fix using structure from insertion tables in case of defaults and explicit insert columns
2023-09-18 18:54:28 +02:00
Robert Schulze
6de45e355f
Fix spelling/style 2023-09-18 15:28:22 +00:00
robot-clickhouse
6564743794
Merge pull request #54608 from yariks5s/arr_scalar_mult_div_modulo
Added support for array&scalar operations
2023-09-18 17:26:42 +02:00
Alexander Tokmakov
bb0734cce7
Merge pull request #54761 from azat/tests/fix-keeper-test
Fix 02882_clickhouse_keeper_client_no_confirmation test
2023-09-18 17:22:50 +02:00
Azat Khuzhin
77f6ba7590 Fix 02882_clickhouse_keeper_client_no_confirmation test
The syntax of the command had been changed, let's update the test.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-09-18 17:16:41 +02:00
Robert Schulze
b14e00f966
Docs: Update query cache section on non-deterministic functions
Cf. https://github.com/ClickHouse/support-escalation/issues/963
2023-09-18 14:36:16 +00:00
Alexander Tokmakov
f329442369
Merge pull request #54632 from azat/keeper-fixes
Fix possible CANNOT_READ_ALL_DATA during ZooKeeper client finalization and add some tests
2023-09-18 16:06:09 +02:00
Alexander Tokmakov
a271f03b95
Merge pull request #54671 from ClickHouse/revert-53298-remove-undrop
Revert "Remove flaky tests for the experimental `UNDROP` feature"
2023-09-18 15:53:52 +02:00
Kseniia Sumarokova
eac2d286b4
Merge pull request #54393 from ClickHouse/kssenii-patch-6
Fix outdated doc
2023-09-18 13:04:14 +02:00
Alexey Milovidov
e4d47539ab
Merge pull request #54477 from azat/view-sampling
Support SAMPLE BY for VIEW
2023-09-18 14:00:52 +03:00
kssenii
10518a9c83 Merge remote-tracking branch 'upstream/master' into kssenii-patch-6 2023-09-18 13:00:26 +02:00
robot-clickhouse
0625bbb3ef
Merge pull request #54659 from laurieliyang/patch-2
Update stddevsamp.md, fix a broken url in md.
2023-09-18 12:30:45 +02:00
robot-ch-test-poll
23d67fc2a4
Merge pull request #54667 from RoryCrispin/patch-2
Small typo
2023-09-18 12:28:58 +02:00
Mikhail f. Shiryaev
8752a79663
Merge pull request #54587 from deric/keeper-symlink
Fix clickhouse-keeper-client symlink
2023-09-18 12:13:02 +02:00
Kruglov Pavel
9c888ea42b
Merge pull request #53549 from Avogar/group-by-constant-keys
Optimize group by constant keys
2023-09-18 12:12:40 +02:00
Tomas Barton
7a12488db5
Fix clickhouse-keeper-client symlink 2023-09-18 10:40:15 +02:00
Robert Schulze
7d04cf6b58
Merge pull request #54646 from rschu1ze/bump-abseil
Bump abseil
2023-09-18 09:44:35 +02:00
Yakov Olkhovskiy
711876dfa8
Merge pull request #54696 from ClickHouse/fix-match-keycondition
Fix: avoid using regex match, possibly containing alternation, as a key condition.
2023-09-17 22:45:13 -04:00
Robert Schulze
5f46106984
Try to fix sizes in unit tests, pt. III 2023-09-17 14:41:51 +00:00
Robert Schulze
f5e8028bb1
Merge pull request #54642 from rschu1ze/broken-re2st
Remove broken lockless variant of re2
2023-09-17 15:30:57 +02:00
robot-clickhouse-ci-1
a878d104d7
Merge pull request #52839 from zvonand/zvonand-globs-small-fix
Fix directory permissions for multi-directory globs. Follow-up #50559
2023-09-16 20:52:30 +02:00
robot-ch-test-poll1
a2ed5c2cae
Merge pull request #54174 from ClickHouse/vdimir/fix_hostname_const
Fix hostname and co result constness in new analyzer
2023-09-16 19:37:08 +02:00
robot-clickhouse-ci-2
f3f2f95cb0
Merge pull request #54708 from ClickHouse/keeper-client-safe-delete
Keeper client safe delete
2023-09-16 12:30:05 +02:00
Alexey Milovidov
542237ea7e
Merge pull request #54724 from ClickHouse/alexey-milovidov-patch-7
Update grouparray.md
2023-09-16 13:27:56 +03:00
Alexey Milovidov
0719fc3eb3
Merge pull request #54725 from ClickHouse/alexey-milovidov-patch-8
Update grouparraylast.md
2023-09-16 13:27:48 +03:00
Alexey Milovidov
a738e73e31
Update grouparraylast.md 2023-09-16 13:25:03 +03:00
Alexey Milovidov
30ad0ec9ad
Update grouparray.md 2023-09-16 13:24:21 +03:00
Alexey Milovidov
c86ddf4c8b
Merge pull request #54584 from ClickHouse/vdimir/hash_join_shrink_blocks
Shrink blocks in HashJoin on consuming half of maximum memory
2023-09-16 08:08:19 +03:00
robot-clickhouse-ci-2
21a14d49fc
Merge pull request #54695 from ClickHouse/kssenii-patch-8
Update WebObjectStorage.cpp
2023-09-16 06:31:33 +02:00
robot-clickhouse
66c2ac9364 Automatic style fix 2023-09-16 00:32:32 +00:00
János Benjamin Antal
afc753bb2d Fix typos 2023-09-16 00:11:59 +00:00
János Benjamin Antal
d975ee7608 Fix argument parsing bug 2023-09-16 00:07:54 +00:00
János Benjamin Antal
16e2f7f0b9 Add optional version argument to rm 2023-09-16 00:03:46 +00:00
Amos Bird
0518b64b58
Fix nullable primary key in final (#54164)
* Fix nullable primary key in final

* Real fix

* Address reviews
2023-09-15 22:44:13 +02:00
Sema Checherinda
7ce3a587ca fix build 2023-09-15 20:52:21 +02:00
robot-ch-test-poll4
5fb8e46967
Merge pull request #54635 from Avogar/cluster-func-names-with-spaces
Fix schema inference for *Cluster functions for column names with spaces
2023-09-15 20:36:33 +02:00
Yakov Olkhovskiy
f52e87f474 fix 2023-09-15 18:30:26 +00:00
Yakov Olkhovskiy
c2d46286e7 we can't process regex with alternation here - bypass 2023-09-15 18:21:38 +00:00
Kseniia Sumarokova
79697d4102
Update WebObjectStorage.cpp 2023-09-15 20:18:36 +02:00
robot-clickhouse
51851ecc21
Merge pull request #54613 from bigo-sg/improve_json_query
Improve json sql functions by serializing json element into column's buffer direclty
2023-09-15 19:35:30 +02:00
Alexey Milovidov
48c6771ca4
Merge pull request #54677 from ClibMouse/Fix-2966
Fix: Log engine Mark file to read and write in little Endian for s390x
2023-09-15 19:51:36 +03:00
Mikhail f. Shiryaev
4c9f8d150b
Merge pull request #54504 from ClickHouse/s3-artifacts
S3 artifacts
2023-09-15 18:21:57 +02:00
Mikhail f. Shiryaev
850a6c99bf
Merge pull request #54675 from ClickHouse/disable-apk-packages
Do not build and upload apk packages, nobody uses them
2023-09-15 18:20:19 +02:00
Bhavna Jindal
dc99de3c44 Log engine Mark file to read and write in little Endian for s390x compatibility 2023-09-15 08:59:40 -07:00
robot-ch-test-poll
3af3114478
Merge pull request #54668 from Avogar/better-ci-libs
Move all `tests/ci/*.lib files` to `stateless-tests` image
2023-09-15 17:40:01 +02:00