Kseniia Sumarokova
|
ec9c9da98f
|
Update 02907_backup_mv_with_no_inner_table.sh
|
2023-11-07 17:39:17 +01:00 |
|
Kseniia Sumarokova
|
cde1af0dab
|
Update 02907_backup_mv_with_no_inner_table.sh
|
2023-11-07 17:38:31 +01:00 |
|
Sema Checherinda
|
8216a24abe
|
move storage_metadata_write_full_object_key setting to the server scope
|
2023-11-07 17:14:46 +01:00 |
|
Kseniia Sumarokova
|
cc3144ea2d
|
Merge pull request #56370 from ClickHouse/kssenii-patch-6
Update test_storage_s3_queue/test.py
|
2023-11-07 16:29:34 +01:00 |
|
Kseniia Sumarokova
|
d436414ec6
|
Merge pull request #56376 from ClickHouse/disable-s3-queue-test-for-ordered-mode
Update test_storage_s3_queue
|
2023-11-07 16:27:52 +01:00 |
|
Robert Schulze
|
fe5dc14ac7
|
Fix style
|
2023-11-07 15:27:41 +00:00 |
|
Robert Schulze
|
d8e8abc029
|
Fix build
|
2023-11-07 15:26:43 +00:00 |
|
kssenii
|
14d34b2fe3
|
Update test
|
2023-11-07 16:26:36 +01:00 |
|
Robert Schulze
|
86b8ebf71c
|
Merge remote-tracking branch 'rschu1ze/master' into arrayRandomSample-improved
|
2023-11-07 15:25:29 +00:00 |
|
Robert Schulze
|
4db2e25ca2
|
Merge pull request #56375 from rschu1ze/idatatype-convenience-functions
Cleanup convenience functions in IDataType
|
2023-11-07 16:23:45 +01:00 |
|
Robert Schulze
|
32a3b1b049
|
Merge remote-tracking branch 'rschu1ze/master' into idatatype-convenience-functions
|
2023-11-07 15:17:59 +00:00 |
|
Alexander Tokmakov
|
945fbb3211
|
Merge pull request #56397 from den-crane/test/on_cluster_positional_arguments
test on cluster positional_arguments
|
2023-11-07 14:08:32 +01:00 |
|
yariks5s
|
1a6a70f111
|
fix flaky
|
2023-11-07 12:59:31 +00:00 |
|
Robert Schulze
|
3ca00fcdd5
|
Fix a bug that non-const array inputs would not work
CREATE TABLE tab (col Array(String)) ENGINE = MergeTree ORDER BY col;
INSERT INTO tab VALUES (['a', 'b', 'c']) (['d', 'e']) (['f', 'g', 'h']);
SELECT arrayRandomSample(col, 2) FROM tab;
Previous result:
['a', 'c']
['a', 'c']
['a', 'c']
Now:
['b', 'c']
['e', 'd']
['f', 'h']
|
2023-11-07 12:26:59 +00:00 |
|
Robert Schulze
|
e09f5961b1
|
Don't catch exceptions (loses the original stack)
|
2023-11-07 12:07:17 +00:00 |
|
Robert Schulze
|
7223d49b20
|
Cosmetics
|
2023-11-07 12:07:17 +00:00 |
|
Alexander Tokmakov
|
706f2dcf54
|
Add a metric for suspicious parts in ZooKeeper (#56395)
|
2023-11-07 12:55:57 +01:00 |
|
Sema Checherinda
|
02df5ac59c
|
Merge pull request #54340 from KevinyhZou/bug_fix_csv_parse_crlf
Fix CSV read while the end of line is CR(\r)
|
2023-11-07 12:51:05 +01:00 |
|
Nikolai Kochetov
|
bc0c71f689
|
Merge pull request #56315 from ClickHouse/eazy-analyzer-tests-fix-2
Fix more tests with analyzer.
|
2023-11-07 12:45:03 +01:00 |
|
Nikolai Kochetov
|
c58c583043
|
Fix tests.
|
2023-11-07 11:43:16 +00:00 |
|
Nikita Mikhaylov
|
0555f8a68c
|
Fix crash in case of adding a column with type Object(JSON) (#56307)
|
2023-11-07 12:01:52 +01:00 |
|
vdimir
|
8c083924e1
|
Use format null in 02907_filter_pushdown_crash
|
2023-11-07 10:27:39 +00:00 |
|
Robert Schulze
|
842cc36598
|
Update docs
|
2023-11-07 10:25:27 +00:00 |
|
Robert Schulze
|
54b5d573d7
|
Merge remote-tracking branch 'rschu1ze/master' into idatatype-convenience-functions
|
2023-11-07 10:18:30 +00:00 |
|
Robert Schulze
|
e22c673299
|
Revert "Revert "Add function arrayRandomSample() ""
This reverts commit e47e50e30d .
|
2023-11-07 10:16:13 +00:00 |
|
Antonio Andelic
|
eb0e4a0aa5
|
Merge pull request #56354 from chhetripradeep/pchhetri/yield-leadership-keeper
Add 4-letter command for yielding/resigning leadership
|
2023-11-07 11:14:09 +01:00 |
|
vdimir
|
43bf718318
|
Fix crash in filterPushDown
|
2023-11-07 09:44:14 +00:00 |
|
vdimir
|
0437b5777a
|
Merge pull request #54068 from ClickHouse/vdimir/join_on_nullsafe_analyzer
Analyzer support 'is not distinct from' in join on section
|
2023-11-07 10:39:56 +01:00 |
|
vdimir
|
2de73d3456
|
Merge pull request #56394 from ClickHouse/vdimir/check_doc_file
Option to check particular file with utils/check-style/check-doc-aspell
|
2023-11-07 10:34:16 +01:00 |
|
Antonio Andelic
|
f06d3b29be
|
Merge pull request #56360 from ClickHouse/add-logs-in-decompressor
Print info while decompressing the binary
|
2023-11-07 09:36:29 +01:00 |
|
Denny Crane
|
dbbf6bb2c3
|
Update 02006_test_positional_arguments_on_cluster.sql
|
2023-11-07 02:24:53 -04:00 |
|
Pradeep Chhetri
|
4e8ff997c0
|
fix
|
2023-11-07 14:20:40 +08:00 |
|
Pradeep Chhetri
|
201a7b8d5f
|
fix
|
2023-11-07 14:06:55 +08:00 |
|
Pradeep Chhetri
|
0aaaf320b6
|
Update document of keeper-client to let CI run
|
2023-11-07 13:58:45 +08:00 |
|
Pradeep Chhetri
|
6c5b60b12d
|
Empty commit
|
2023-11-07 13:58:45 +08:00 |
|
Pradeep Chhetri
|
74b53218b8
|
Rename yield_leader with yield_leadship and its variants
|
2023-11-07 13:58:45 +08:00 |
|
Pradeep Chhetri
|
361472b29e
|
Add 4-letter command for yielding/resigning leadership
|
2023-11-07 13:58:45 +08:00 |
|
Jianfei Hu
|
033bb19198
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into keeper-az
|
2023-11-07 02:50:54 +00:00 |
|
Jianfei Hu
|
b552bf6928
|
fix the test node count.
Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
|
2023-11-07 02:50:46 +00:00 |
|
kevinyhzou
|
d1743e08f7
|
ci fix
|
2023-11-07 09:45:46 +08:00 |
|
robot-ch-test-poll1
|
845a235ad8
|
Merge pull request #56237 from ClickHouse/justindeguzman-patch-1
[Docs] Specify IAM role necessary for GCS table function
|
2023-11-07 01:20:06 +01:00 |
|
robot-clickhouse
|
25558fe0a6
|
Merge pull request #56390 from ClickHouse/vdimir/doc_architecture_upd_streams
Update development documentation about data streams
|
2023-11-07 00:54:31 +01:00 |
|
Alexey Milovidov
|
2dc7a76117
|
Merge pull request #56399 from ClickHouse/revert-54391-israelov/generate-random-int-array
Revert "Add function `arrayRandomSample()`"
|
2023-11-07 00:49:26 +01:00 |
|
Alexey Milovidov
|
e47e50e30d
|
Revert "Add function arrayRandomSample() "
|
2023-11-07 02:49:11 +03:00 |
|
Nikita Mikhaylov
|
b696540a5a
|
Merge branch 'master' into rocks-db-analyzer
|
2023-11-07 00:44:49 +01:00 |
|
Vitaly Baranov
|
1f4697fbb7
|
Merge pull request #56339 from vitlibar/fix-using-table-shared-id-during-backup-and-improve-logs
Fix using table shared id during backup and improve logs.
|
2023-11-07 00:04:59 +01:00 |
|
yariks5s
|
2e03462d87
|
style fix
|
2023-11-06 22:26:35 +00:00 |
|
Robert Schulze
|
8846cc6770
|
Merge pull request #56327 from rschu1ze/parseQueryOrNull
Improve `formatQuery()`
|
2023-11-06 22:48:16 +01:00 |
|
Nikolay Degterinsky
|
dd326729a3
|
Merge pull request #56236 from evillique/fix-dictionaries
Fix ClickHouse-sourced dictionaries with an explicit query
|
2023-11-06 22:37:27 +01:00 |
|
Denny Crane
|
816890c069
|
test on cluster positional_arguments
|
2023-11-07 00:36:06 +03:00 |
|