Commit Graph

127693 Commits

Author SHA1 Message Date
robot-clickhouse
16b02f960a Update version_date.tsv and changelogs after v23.3.15.29-lts 2023-10-31 00:55:37 +00:00
Alexey Milovidov
016285ea87
Merge branch 'master' into morton-utils 2023-10-31 01:47:16 +01:00
robot-clickhouse-ci-1
713dba82b3
Merge pull request #56130 from ClickHouse/better-omit-framepointer
Better options for disabling frame pointer omitting
2023-10-30 23:22:06 +01:00
alesapin
20b8954872 Better process broken parts on table start for replicated tables 2023-10-30 23:16:04 +01:00
yariks5s
7a8e6679a2 fix test 2023-10-30 20:59:09 +00:00
Alexey Milovidov
93934098fc
Merge pull request #56114 from ClickHouse/remove-some-bloat-2
Remove some bloat
2023-10-30 21:00:23 +01:00
Alexey Milovidov
dbd97726f4
Merge pull request #56035 from azat/fix-send-receive-timeout
Do not mix-up send_timeout and receive_timeout
2023-10-30 20:59:26 +01:00
Alexey Milovidov
0152908a10
Merge pull request #56113 from ClickHouse/unit-tests-remove-trash
Remove old trash from unit tests
2023-10-30 20:58:52 +01:00
Kruglov Pavel
50c53fdbfd
Increase number of attempts in test 2023-10-30 20:51:03 +01:00
Kruglov Pavel
4c2a132d96
Merge pull request #55989 from Avogar/lc-as-arrow-dict-fix
Fix output/input of Arrow dictionary column
2023-10-30 20:47:49 +01:00
Kruglov Pavel
4effc676f9
Merge pull request #56046 from Avogar/cr-in-unquoted-csv-string
Allow unquoted strings with CR in CSV format
2023-10-30 20:46:20 +01:00
Kruglov Pavel
58ccabf8b3
Merge pull request #55991 from Avogar/fix-avro-schema-registry
Fix fetching schema from schema registry in AvroConfluent
2023-10-30 20:45:46 +01:00
Igor Nikonov
12a1f64711
Merge pull request #56133 from ClickHouse/fix-clang-format
Fix: incorrect brace style in clang-format
2023-10-30 20:25:52 +01:00
Alexander Tokmakov
373d8bbb20 do not try to activate covered parts 2023-10-30 20:17:10 +01:00
avogar
c7857646bc Fix wrong query result when http_write_exception_in_output_format=1 2023-10-30 18:09:29 +00:00
yariks5s
d21da88b19 Merge branch 'force_optimize_projection_name' of github.com:yariks5s/ClickHouse into force_optimize_projection_name 2023-10-30 17:56:32 +00:00
yariks5s
c53faedc4a style fix 2023-10-30 17:56:17 +00:00
Raúl Marín
39195d2715
Merge pull request #56074 from Algunenano/upgrade_test_force_shutdown
Force shutdown in upgrade test
2023-10-30 18:36:31 +01:00
Yarik Briukhovetskyi
262ddaad99
Update 02906_force_optimize_projection_name.sql 2023-10-30 18:31:04 +01:00
yariks5s
0846714052 added docs, changed tests 2023-10-30 17:17:53 +00:00
Nikolay Degterinsky
58b188e880
Forbid implicit cast of numbers to intervals with the string argument 2023-10-30 18:03:35 +01:00
Igor Nikonov
8cc4f2c669 Fix: incorrect brace style 2023-10-30 16:37:12 +00:00
Nikolai Kochetov
84f6a243b7 Merge branch 'master' into fix-read-in-order-with-array-join 2023-10-30 16:35:31 +00:00
Igor Nikonov
0958d0b168 Fix style 2023-10-30 16:35:00 +00:00
Nikolai Kochetov
cc3c038394 Fixing test. 2023-10-30 16:29:22 +00:00
yariks5s
03236c48ed init 2023-10-30 16:21:50 +00:00
kssenii
6fc4c8d332 Add retries 2023-10-30 17:20:17 +01:00
Nikita Mikhaylov
ac1476ef6e Better 2023-10-30 16:16:25 +00:00
MeenaRenganathan22
92c1dce57a Changes to support the HDFS for s390x 2023-10-30 08:49:55 -07:00
Alexander Tokmakov
ae8d7a557b
Update ReplicatedMergeTreeSink.cpp 2023-10-30 15:43:48 +01:00
Alexander Tokmakov
073a6a6f0e
Update src/Storages/StorageReplicatedMergeTree.cpp
Co-authored-by: Raúl Marín <git@rmr.ninja>
2023-10-30 15:33:35 +01:00
Alexander Tokmakov
6635b84a46 fixes 2023-10-30 15:20:04 +01:00
AN
ce063a67f6
Update tutorial.md [en→ru]
Translation
2023-10-30 16:02:21 +03:00
Igor Nikonov
f2acc366f7 Fix: schedule delayed part checks correctly 2023-10-30 12:57:43 +00:00
Denny Crane
3535adf2af
Update show.md 2023-10-30 09:53:23 -03:00
yariks5s
9a2d89e3e4 removed getSize() and enhanced docs 2023-10-30 12:42:19 +00:00
Denny Crane
b7a90af5e1
Update InterpreterShowTablesQuery.cpp 2023-10-30 09:36:11 -03:00
Justin de Guzman
e33dc02c8c
Add note clarifying Prometheus support in ClickHouse Cloud (#56069) 2023-10-30 13:35:02 +01:00
vdimir
5b01ed6698
upd 2023-10-30 11:51:31 +00:00
robot-clickhouse
cb0cf67d67
Merge pull request #56057 from amosbird/fix-56031
Fix missing scalar issue when evaluating subqueries inside table functions
2023-10-30 12:31:15 +01:00
Raúl Marín
b042e2d986
Merge pull request #55713 from ClickHouse/Randomize_block_number_column_in_ci
Randomize block_number column setting in ci
2023-10-30 12:30:51 +01:00
Kseniia Sumarokova
d026299901
Merge pull request #55949 from azat/connections_credentials-fix
Fix overrides via connections_credentials in case of root directives exists
2023-10-30 12:17:33 +01:00
Raúl Marín
19c2ad5c9b
Merge pull request #56116 from azat/tests/fix-test_format_schema_on_server
Fix test_format_schema_on_server flakiness
2023-10-30 12:02:14 +01:00
Nikolai Kochetov
554ceb4e1d Merge branch 'master' into planner-prepare-filters-for-analysis-2 2023-10-30 11:56:30 +01:00
Stas Morozov
5a922014f7
Avoid problem with configuration queued.min.messages automatically for Kafka storage 2023-10-30 13:53:52 +03:00
Kruglov Pavel
e22cfa3d5b
Remove unneeded changge 2023-10-30 11:35:44 +01:00
Kruglov Pavel
53b6a455fc
Remove unused field from .h file 2023-10-30 11:35:09 +01:00
Kruglov Pavel
ba736beaf2
Remove unused field 2023-10-30 11:34:42 +01:00
avogar
17578158f0 Add reference file 2023-10-30 10:32:13 +00:00
Kseniia Sumarokova
41e2111534
Merge branch 'master' into fix-flaky-s3-queue-test 2023-10-30 11:24:12 +01:00