Commit Graph

55674 Commits

Author SHA1 Message Date
SmitaRKulkarni
f16dffaefc
Merge pull request #61503 from ClickHouse/Azure_read_buffer
Add support of ParallelReadBuffer to ReadBufferFromAzureBlobStorage
2024-03-25 09:51:59 +01:00
LiuYuan
8e4c25e1c4 Fix RANGE frame is not supported for Nullable columns. 2024-03-25 08:31:46 +00:00
HowePa
d38534e047 add TRUNCATE ALL TABLES 2024-03-25 15:59:15 +08:00
Alexey Milovidov
a600e181ec
Merge branch 'master' into get-client-http-header 2024-03-25 07:23:43 +03:00
Alexey Milovidov
0d1751fd55
Merge pull request #61791 from ClickHouse/enable-output_format_pretty_row_numbers
Enable `output_format_pretty_row_numbers` by default
2024-03-25 06:16:39 +03:00
zhongyuankai
64961edb3f Merge branch 'master' into drop_tables 2024-03-25 11:13:26 +08:00
zhongyuankai
7e264839c9 bug fix 2024-03-25 11:04:12 +08:00
Alexey Milovidov
cbf3b5ea02 Fix error 2024-03-25 03:41:52 +01:00
Alexey Milovidov
d488d4fac5 Remove unused headers 2024-03-25 03:38:47 +01:00
Alexey Milovidov
264b847f1a Fix build 2024-03-25 03:38:47 +01:00
Alexey Milovidov
e3dd42131c Fix build 2024-03-25 03:38:47 +01:00
Alexey Milovidov
4813014710 Merge with master 2024-03-25 03:38:47 +01:00
Alexey Milovidov
3a5ed40eaa Merge with master 2024-03-25 03:38:47 +01:00
Alexey Milovidov
29d51d71b7 Fix the name 2024-03-25 03:38:47 +01:00
Duc Canh Le
271342a871 change column name from duration_ms to duration_us in system.zookeeper
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-03-25 03:38:46 +01:00
Alexey Milovidov
447d202e72
Merge pull request #61849 from ClickHouse/fix-analyzer-shard-offset
Analyzer: fix limit/offset on shards
2024-03-25 05:34:03 +03:00
Alexey Milovidov
f9bff8bd79
Merge pull request #61847 from ClickHouse/fix-distinct-in-subquery-analyzer
Fix: DISTINCT in subquery with analyzer
2024-03-25 05:32:48 +03:00
Alexey Milovidov
8cf4c3bd3f Fix tidy 2024-03-25 03:28:37 +01:00
Alexey Milovidov
3d5908b876 Merge branch 'master' into get-client-http-header 2024-03-25 03:27:18 +01:00
Alexey Milovidov
c7a48f601a More tests 2024-03-25 03:12:11 +01:00
Alexey Milovidov
a2a90467ed Better 2024-03-25 03:11:19 +01:00
Alexey Milovidov
8bf3da136f Merge branch 'master' into geodistance-double-precision 2024-03-25 02:48:27 +01:00
Alexey Milovidov
cd3edf3f5b
Merge pull request #61749 from ClickHouse/pufit/volnitsky-assert-fix
Fix crash in `multiSearchAllPositionsCaseInsensitiveUTF8` for incorrect UTF-8
2024-03-25 04:47:03 +03:00
Alexey Milovidov
8c6a6f2b71
Merge pull request #61832 from azat/dist/flush-settings
Add ability to override initial INSERT SETTINGS via SYSTEM FLUSH DISTRIBUTED
2024-03-25 03:09:01 +03:00
Alexey Milovidov
65f866d2df
Merge branch 'master' into fix-analyzer-shard-offset 2024-03-25 03:04:39 +03:00
Yakov Olkhovskiy
24735354d9 fix add offset step 2024-03-24 23:38:13 +00:00
Alexey Milovidov
4d588c4bbe Merge branch 'master' into enable-output_format_pretty_row_numbers 2024-03-24 23:17:50 +01:00
Alexey Milovidov
65650809b4 Double precision of geoDistance if the arguments are Float64 2024-03-24 23:11:35 +01:00
Igor Nikonov
54c3bde6a7 Fix: DISTINCT in subquery with analyzer
RemoveUnusedProjectionColumnsPass incorrectly removed columns,
unused in outer query, from subqueries with DISTINCT
2024-03-24 21:20:51 +00:00
Dmitry Novik
64301191b1 Merge remote-tracking branch 'origin/master' into enable-analyzer 2024-03-24 21:07:26 +00:00
Alexey Milovidov
baef1cd4d2 Merge branch 'master' into get-client-http-header 2024-03-24 21:37:14 +01:00
Azat Khuzhin
35722be8ec Add ability to override initial INSERT SETTINGS via SYSTEM FLUSH DISTRIBUTED
This is useful to overwrite settings in the initial query during force
flush with SYSTEM FLUSH DISTRIBUTED.

For example imagine that your server is out of queries
(max_max_concurrent_queries_for_all_users had been reached), but you
want to flush the distributed table anyway, after this patch you can
use something like this:

    SYSTEM FLUSH DISTRIBUTED dist SETTINGS max_concurrent_queries_for_all_users=1000000

And also fix flush_on_detach for SYSTEM FLUSH DISTRIBUTED, it should
ignore flush_on_detach.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-24 21:32:34 +01:00
Alexey Milovidov
6323ca0960
Merge pull request #61393 from CurtizJ/fix-nullable-consecutive-keys
Fix consecutive keys optimization for nullable keys
2024-03-24 23:19:22 +03:00
Alexey Milovidov
9210712f4f
Merge pull request #60112 from Unalian/feat-59377
[feature]: allow to attach parts from a different disk
2024-03-24 23:12:43 +03:00
Smita Kulkarni
0d54dbf460 Merge branch 'master' into Azure_write_buffer 2024-03-24 20:09:47 +01:00
Alexey Milovidov
51aada55b1
Merge pull request #61736 from ClickHouse/cucurbita
Fix segfault in SquashingTransform
2024-03-24 22:01:41 +03:00
Alexey Milovidov
bd8dbef9d2
Merge pull request #61827 from azat/better-log-error
Better message for logging errors
2024-03-24 21:58:15 +03:00
pufit
15883a1f20 Merge branch 'refs/heads/master' into pufit/volnitsky-assert-fix 2024-03-24 14:43:14 -04:00
Alexey Milovidov
902cbd0724
Merge pull request #61830 from ClickHouse/remove-unused-code
Remove unused code
2024-03-24 21:02:52 +03:00
Alexey Milovidov
717603802d
Merge pull request #61785 from danipozo/azure-use-managed-identity-for-backups
Use managed identity for backups IO in Azure Blob Storage
2024-03-24 20:31:12 +03:00
vdimir
0e7bedc671
Fix resolvedIdenfiersFromJoinAreEquals function visibility 2024-03-24 17:30:51 +00:00
Alexey Milovidov
233d41d5df Update test 2024-03-24 17:39:47 +01:00
Alexey Milovidov
0067ef0f97
Merge pull request #57857 from canhld94/ch_external_table_enum
Allow declaring enum in external table structure
2024-03-24 19:33:47 +03:00
Alexey Milovidov
8ddfe9a48b
Merge pull request #61665 from ClickHouse/build-improvements-magic-enum-template-instantiation
Build improvements by removing magic enum from header and apply some explicit template instantiation
2024-03-24 19:31:46 +03:00
Alexey Milovidov
93beef8bb5
Merge pull request #61399 from azat/order-by-SimpleAggregateFunction
Forbid SimpleAggregateFunction in ORDER BY of MergeTree tables
2024-03-24 19:31:18 +03:00
Alexey Milovidov
170153ff49 Merge branch 'master' into enable-output_format_pretty_row_numbers 2024-03-24 17:28:23 +01:00
Alexey Milovidov
2796dc7eb1
Merge branch 'master' into dont-cut-single-value 2024-03-24 19:26:29 +03:00
Alexey Milovidov
1bacfaccd4
Merge pull request #61817 from ClickHouse/parquet-orc-arrow-usability
Change defaults of Parquet/ORC/Arrow for better usability
2024-03-24 19:25:34 +03:00
Alexey Milovidov
4db69c36f9 Remove unused code 2024-03-24 17:15:47 +01:00
Alexey Milovidov
5768daf666
Merge pull request #61824 from ClickHouse/remove-datastreams
Remove DataStreams
2024-03-24 19:12:05 +03:00
Azat Khuzhin
adfe1459cf Better message for logging errors
Right now it is possible to get something like this [1]:

    Failed to write a log message: src/Storages/Kafka/KafkaConsumer.cpp:342

Without any details (likely there are some issues with fmt).

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/61526/958659584957ff419a9305d9c7edee5703fedbdc/integration_tests__tsan__[6_6].html

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-24 16:40:08 +01:00
kssenii
b87b280e38 Adjust check for duplicate queue entry 2024-03-24 15:15:59 +01:00
alesapin
a41c005a6e
Merge branch 'master' into Azure_write_buffer 2024-03-24 15:04:18 +01:00
alesapin
49f007af60 Merge remote-tracking branch 'origin/master' into fix_wait_for_mutation_done 2024-03-24 13:54:39 +01:00
Nikolai Kochetov
e6242891be Merge branch 'master' into fix-analyzer-group-by-use-nulls 2024-03-24 11:41:14 +00:00
Nikolai Kochetov
ede245e478
Merge pull request #61649 from ClickHouse/fix-00223_shard_distributed_aggregation_memory_efficient-analyzer
Fix 00223_shard_distributed_aggregation_memory_efficient with analyzer
2024-03-24 12:38:46 +01:00
pufit
622b2472b0 Another assertions fix, better initialization 2024-03-23 22:06:04 -04:00
Alexey Milovidov
29a0a657de
Merge pull request #47427 from sunny19930321/add-materialized-view-query-check
Modify materalized view query, check inner table structure
2024-03-24 04:23:49 +03:00
Alexey Milovidov
008c252a26
Merge pull request #61365 from evillique/fix-attach-on-cluster
Fix ATTACH query with external ON CLUSTER
2024-03-24 04:17:42 +03:00
Alexey Milovidov
8936528372 Merge branch 'master' into order-by-SimpleAggregateFunction 2024-03-24 02:16:57 +01:00
Alexey Milovidov
2847b2984f
Update ExternalLoaderStatus.cpp 2024-03-24 04:14:32 +03:00
Alexey Milovidov
46a4307c08 Fix style 2024-03-24 02:11:12 +01:00
Alexey Milovidov
d249d53de6 Remove DataStreams 2024-03-24 02:07:41 +01:00
Alexey Milovidov
df8a6b8d0c Merge branch 'master' into enable-output_format_pretty_row_numbers 2024-03-24 00:58:12 +01:00
Alexey Milovidov
5e83c492d1
Merge pull request #61800 from ClickHouse/output-format-in-client-unification
Unification of handling formats in `clickhouse-client` and `clickhouse-local`
2024-03-24 02:57:01 +03:00
Alexey Milovidov
810c173d35 Merge branch 'master' into parquet-orc-arrow-usability 2024-03-24 00:55:31 +01:00
Alexey Milovidov
08b7dd9591 Merge branch 'master' into get-client-http-header 2024-03-24 00:54:25 +01:00
Alexey Milovidov
3e5ddddb35 Merge branch 'master' into dont-cut-single-value 2024-03-24 00:51:10 +01:00
Alexey Milovidov
5651c187cc
Merge pull request #61770 from yariks5s/add_current_user_mysql_alias
Add `current_user` alias
2024-03-24 01:51:18 +03:00
Alexey Milovidov
ae8c9caa67 Merge branch 'master' into enable-output_format_pretty_row_numbers 2024-03-23 23:44:52 +01:00
Alexey Milovidov
83ad0b85e5
Merge pull request #61802 from ClickHouse/underscore_digit_groups
Underscore digit groups in Pretty formats
2024-03-24 00:30:20 +03:00
kssenii
b91184219d SLRU: disallow concurrent priority increase if there is unfinished space reservation 2024-03-23 22:29:29 +01:00
Alexey Milovidov
78d3351552 Add function getClientHTTPHeader, part 3 2024-03-23 21:48:28 +01:00
Alexey Milovidov
965a3ac2f3 Add function getClientHTTPHeader, part 2 2024-03-23 21:19:35 +01:00
Alexey Milovidov
e195806c5b Add function getClientHTTPHeader, part 1 2024-03-23 20:52:26 +01:00
Alexey Milovidov
aeefba57b5
Update StorageAzureBlob.cpp 2024-03-23 22:49:23 +03:00
Alexey Milovidov
4d4c8f709c Merge branch 'master' into enable-output_format_pretty_row_numbers 2024-03-23 19:53:52 +01:00
Alexey Milovidov
2982abfde0 Merge branch 'master' into parquet-orc-arrow-usability 2024-03-23 19:48:22 +01:00
Alexey Milovidov
66ad264f05 Merge branch 'master' into dont-cut-single-value 2024-03-23 19:46:40 +01:00
Alexey Milovidov
229d12e0de
Merge pull request #61794 from ClickHouse/fix-bad-numbers-pretty-printing
Fix bad numbers pretty printing
2024-03-23 21:46:18 +03:00
vdimir
adbc9c66e9
fix infinite loop in ReplaceColumnsVisitor #ci_set_analyzer 2024-03-23 18:34:20 +00:00
Alexey Milovidov
13b4a2838c
Update StorageReplicatedMergeTree.cpp 2024-03-23 21:26:23 +03:00
Alexey Milovidov
25201919a5 Fix errors 2024-03-23 19:23:01 +01:00
Alexey Milovidov
a5dc6241bb
Update StorageMaterializedView.cpp 2024-03-23 21:10:42 +03:00
Alexey Milovidov
7c189ee94a
Merge branch 'master' into add-materialized-view-query-check 2024-03-23 21:07:58 +03:00
Alexey Milovidov
056c8ce021
Merge pull request #59965 from nickitat/express_support
S3Express support
2024-03-23 20:52:44 +03:00
Antonio Andelic
61e74cc2df
Merge pull request #61752 from ClickHouse/keeper-destroy-dispatcher-first
Keeper fix: destroy `KeeperDispatcher` first
2024-03-23 18:51:32 +01:00
Alexey Milovidov
e84ca3134d Merge branch 'master' into dont-cut-single-value 2024-03-23 18:45:07 +01:00
Alexey Milovidov
b971a8f26f
Merge pull request #61773 from Algunenano/trash_templates_2
FunctionsConversion: Remove another batch of bad templates
2024-03-23 20:38:16 +03:00
Alexey Milovidov
02ccefdca9 Merge branch 'master' into dont-cut-single-value 2024-03-23 18:16:57 +01:00
Alexey Milovidov
8c229565b7 Merge branch 'master' into underscore_digit_groups 2024-03-23 18:13:50 +01:00
Alexey Milovidov
7499922299 Merge branch 'master' into output-format-in-client-unification 2024-03-23 18:07:10 +01:00
Alexey Milovidov
d0a0141a47 Change defaults of Parquet/ORC/Arrow 2024-03-23 17:39:04 +01:00
robot-ch-test-poll
5e51880750
Merge pull request #61789 from ClickHouse/vdimir/analyzer_join_distributed_assert
Analyzer: Fix assert in JOIN with Distributed table
2024-03-23 17:14:18 +01:00
Alexey Milovidov
616046db63 Merge branch 'master' into enable-output_format_pretty_row_numbers 2024-03-23 16:50:12 +01:00
Alexey Milovidov
d76fc0940a Merge branch 'fix-bad-numbers-pretty-printing' into dont-cut-single-value 2024-03-23 16:47:44 +01:00
Alexey Milovidov
93d5e96b2b Merge branch 'master' into fix-bad-numbers-pretty-printing 2024-03-23 16:43:28 +01:00
Alexey Milovidov
b2ebaa1d6c
Merge pull request #61798 from ClickHouse/clang-19-2
Updated clang-19 to master.
2024-03-23 18:42:15 +03:00
vdimir
44f1f62904
fix ReplaceColumnsVisitor #ci_set_analyzer 2024-03-23 15:20:01 +00:00
kssenii
d3c6836e2b More logging 2024-03-23 12:25:16 +01:00
vdimir
ee7d1cf7d9
another fix prewhere on join using column that changed type to supertype
tag: #ci_set_analyzer
2024-03-23 11:05:20 +00:00
Smita Kulkarni
19e7022a87 Merge branch 'master' into Azure_write_buffer 2024-03-23 11:48:10 +01:00
Smita Kulkarni
a8238ded09 Merge branch 'master' into Azure_read_buffer 2024-03-23 11:46:32 +01:00
Alexey Milovidov
c6004cc742 Fix error 2024-03-23 04:57:32 +01:00
Alexey Milovidov
fa3c9dc664 Merge branch 'fix-bad-numbers-pretty-printing' into dont-cut-single-value 2024-03-23 04:57:08 +01:00
Alexey Milovidov
c88c36b253 Merge branch 'clang-19-2' into dont-cut-single-value 2024-03-23 04:56:09 +01:00
Alexey Milovidov
4bc2bc67be Merge branch 'clang-19-2' into fix-bad-numbers-pretty-printing 2024-03-23 04:54:10 +01:00
Alexey Milovidov
f721141c73 Merge branch 'clang-19-2' into output-format-in-client-unification 2024-03-23 04:53:38 +01:00
Alexey Milovidov
f67b8c1258 Merge branch 'clang-19-2' into underscore_digit_groups 2024-03-23 04:53:22 +01:00
Alexey Milovidov
2fae677a85 Merge branch 'clang-19-2' into enable-output_format_pretty_row_numbers 2024-03-23 04:53:03 +01:00
Alexey Milovidov
9d51f014c2 Fix error 2024-03-23 04:52:45 +01:00
Alexey Milovidov
b84772a6a6
Merge pull request #61797 from ClickHouse/output-format-in-client
Support for `--output-format` in client
2024-03-23 06:47:32 +03:00
Alexey Milovidov
d599ecdfdd Fix error 2024-03-23 04:41:07 +01:00
Alexey Milovidov
492052f0cc Merge branch 'clang-19-2' into enable-output_format_pretty_row_numbers 2024-03-23 04:23:05 +01:00
Alexey Milovidov
aad03fbd9e Merge branch 'clang-19-2' into fix-bad-numbers-pretty-printing 2024-03-23 04:22:44 +01:00
Alexey Milovidov
ef9ef9f2d7 Fix error 2024-03-23 04:21:25 +01:00
Alexey Milovidov
cd8cdb480a Fix error 2024-03-23 04:21:06 +01:00
Alexey Milovidov
4cbecd0bbd Add a setting 2024-03-23 04:20:52 +01:00
Alexey Milovidov
a1a6ed1725 Merge branch 'clang-19-2' into underscore_digit_groups 2024-03-23 03:36:49 +01:00
Alexey Milovidov
a2e89c8be7 Fix wrong cases of numbers pretty printing
Add a test

Revert changes from another branch

Add a test

Better test

Revert wrong changes
2024-03-23 03:33:03 +01:00
Alexey Milovidov
a75e9b50c9 Merge branch 'clang-19-2' into output-format-in-client-unification 2024-03-23 03:29:05 +01:00
Alexey Milovidov
f427f8f79a Merge branch 'clang-19-2' into fix-bad-numbers-pretty-printing 2024-03-23 03:28:48 +01:00
Alexey Milovidov
2df466e271 Merge branch 'clang-19-2' into enable-output_format_pretty_row_numbers 2024-03-23 03:27:24 +01:00
Alexey Milovidov
a0bde74acb Fix style 2024-03-23 03:26:59 +01:00
Alexey Milovidov
465b0c16cd Better row numbers 2024-03-23 03:10:14 +01:00
Alexey Milovidov
e334c847fd Merge branch 'clang-19-2' into enable-output_format_pretty_row_numbers 2024-03-23 02:57:27 +01:00
Alexey Milovidov
487ac4c828 Fix tests 2024-03-23 02:50:00 +01:00
Alexey Milovidov
2758bb3883 Merge branch 'clang-19-2' into fix-bad-numbers-pretty-printing 2024-03-23 02:45:16 +01:00
Alexey Milovidov
c0c8cdc185 Add modifications 2024-03-23 02:42:22 +01:00
Alexey Milovidov
3af42e9194 Merge branch 'clang-19-2' into output-format-in-client-unification 2024-03-23 02:19:00 +01:00
Alexey Milovidov
32dbace6a0 Merge branch 'master' into output-format-in-client 2024-03-23 01:49:46 +01:00
Alexey Milovidov
7365f4e32b Add modifications 2024-03-23 01:43:28 +01:00
Alexey Milovidov
46e5a7060b Fix error and remove garbage 2024-03-23 01:30:12 +01:00
Alexander Tokmakov
ace983f3d5 skip more sanity checks for secondary create queries 2024-03-23 00:03:31 +01:00
Alexey Milovidov
a56c113c83 Fix for clang-19 2024-03-22 22:12:59 +01:00
Alexey Milovidov
14c616e696 Fix for clang-19 2024-03-22 21:29:42 +01:00
Alexey Milovidov
bf6d15dceb
Merge branch 'master' into log_processors_profiles 2024-03-22 23:26:28 +03:00
Alexey Milovidov
3200aa3bcb
Merge pull request #61622 from YenchangChan/copy_s3_file
Remove duplicate code in copyS3File.cpp
2024-03-22 23:24:50 +03:00
vdimir
a1036075e0
Merge branch 'master' into vdimir/using_alias_followup 2024-03-22 20:16:26 +00:00
vdimir
5b7a3c276b
fix prewhere on join using column that changed type to supertype 2024-03-22 20:15:08 +00:00
Alexey Milovidov
18c016caaa Support for --output-format in client 2024-03-22 21:06:36 +01:00
Michael Kolupaev
84daaa1c7e Style 2024-03-22 20:00:42 +00:00
Michael Kolupaev
8751737c68
Fix DWARF format failing to skip DW_FORM_strx3 attributes (#61737) 2024-03-22 12:59:21 -07:00
Alexey Milovidov
4621fe6115 Fix wrong cases of numbers pretty printing 2024-03-22 20:22:18 +01:00
Alexey Milovidov
ada32a433a Enable output_format_pretty_row_numbers by default 2024-03-22 19:51:47 +01:00
Nikolai Kochetov
dd87e5793f Merge branch 'master' into fix-analyzer-group-by-use-nulls 2024-03-22 18:24:02 +00:00
vdimir
f54e11176d
u 2024-03-22 18:12:31 +00:00
Nikolai Kochetov
b2ae11d6b6 Fixing tests. 2024-03-22 17:49:01 +00:00
vdimir
edc9e8fbc8
Analyzer: Fix assert in JOIN with Distributed table 2024-03-22 17:30:50 +00:00
kssenii
b69e4541b9 Unify code in SLRU 2024-03-22 18:06:46 +01:00
Nikolai Kochetov
41d9b19a4a
Merge pull request #61059 from ClickHouse/fix-parallel-replicas-explain-syntax-crash
Fix: parallel replicas with CTEs, crash in EXPLAIN SYNTAX with analyzer
2024-03-22 18:06:30 +01:00
Dani Pozo
2736b4ef64 Use managed identity for backups IO in Azure Blob Storage
Also adds option to prevent ClickHouse from trying to create a non-existing container, which requires
a role assignment at the storage account level.
2024-03-22 17:58:07 +01:00
Nikolai Kochetov
cf91d5dcbc FIx 2024-03-22 16:57:42 +00:00
Raúl Marín
9b96e45af4 Merge remote-tracking branch 'blessed/master' into trash_templates_2 2024-03-22 17:56:05 +01:00
Raúl Marín
2377b1eb29 FML 2024-03-22 17:55:50 +01:00
Nikolai Kochetov
5207526910 Fix more tests with wirtual columns in StorageMerge. 2024-03-22 16:55:01 +00:00
Nikolay Degterinsky
83ccd2a144 Merge remote-tracking branch 'upstream/master' into fix-attach-on-cluster 2024-03-22 16:06:01 +00:00
avogar
47095f63b1 Fix writing exception message in output format in HTTP when http_wait_end_of_query is used 2024-03-22 16:03:28 +00:00
pufit
165022e88b fix 2024-03-22 12:01:18 -04:00
Nikolai Kochetov
897f58e5dd Merge branch 'master' into fix-00223_shard_distributed_aggregation_memory_efficient-analyzer 2024-03-22 16:40:37 +01:00
kssenii
272ae1d6ea Fixes 2024-03-22 16:13:06 +01:00
Alexander Tokmakov
9082a018a5
Merge pull request #59082 from ClickHouse/fix_race_async_inserts_queue
Fix race on `Context::async_insert_queue`
2024-03-22 16:06:13 +01:00
János Benjamin Antal
cff56a5c73 Unify column names 2024-03-22 15:05:10 +00:00
Dmitry Novik
df88eb26a5
Merge branch 'master' into enable-analyzer 2024-03-22 15:56:32 +01:00
János Benjamin Antal
6028d007c3
Revert "Revert "Fix bug when reading system.parts using UUID (issue 61220)." …"
This reverts commit 8c49c9bf9e.
2024-03-22 15:52:54 +01:00
Antonio Andelic
48f7f32f42 Merge branch 'master' into keeper-destroy-dispatcher-first 2024-03-22 15:41:28 +01:00
Anton Popov
18bc53264f fix reading without marks 2024-03-22 14:34:07 +00:00
János Benjamin Antal
8c49c9bf9e
Revert "Fix bug when reading system.parts using UUID (issue 61220)." (#61774) 2024-03-22 15:20:01 +01:00
Antonio Andelic
b57e57fcdd Merge branch 'master' into keeper-destroy-dispatcher-first 2024-03-22 15:17:33 +01:00
Antonio Andelic
6a681e074f Fix build 2024-03-22 15:17:28 +01:00
Raúl Marín
7be46e117c Remove another batch of bad templates 2024-03-22 15:00:08 +01:00
Anton Popov
887a9ef184 Merge remote-tracking branch 'upstream/master' into HEAD 2024-03-22 13:37:46 +00:00
Alexey Milovidov
037c910c35
Merge pull request #61535 from CurtizJ/refactor-compact-parts-reading
Refactoring of reading from compact parts
2024-03-22 16:33:59 +03:00
yariks5s
5c082a8cc5 init 2024-03-22 13:19:18 +00:00
Dmitry Novik
d43a1a1984 Merge remote-tracking branch 'origin/master' into enable-analyzer 2024-03-22 14:15:57 +01:00
Dmitry Novik
22b26a3a49
Merge pull request #61717 from ClickHouse/analyzer-fix-group-by-usel-nulls
Analyzer: fix group_by_use_nulls
2024-03-22 13:17:02 +01:00
Raúl Marín
5770fd75da
Merge pull request #61733 from Algunenano/trash_templates
FunctionsConversion: Start simplifying templates
2024-03-22 12:23:39 +01:00
Nikolai Kochetov
0f60596f5b
Merge pull request #60548 from kitaisreal/merge-tree-read-split-ranges-into-intersecting-and-non-intersecting-fault-injection
MergeTree read split ranges into intersecting and non intersecting injection
2024-03-22 11:52:14 +01:00
Smita Kulkarni
7a154ad373 Updated log levels 2024-03-22 11:51:35 +01:00
Nikolai Kochetov
ec134d2642 Another attempt. 2024-03-22 10:51:01 +00:00
Nikolai Kochetov
3ed30959fa
Merge pull request #61666 from ClickHouse/fix-not-ready-set-system-parts
Fix Non-ready set for system.parts.
2024-03-22 11:49:26 +01:00
Kseniia Sumarokova
3bae0fcff7
Merge pull request #61526 from ClickHouse/fix-crash-in-window-view
Fix crash in window view
2024-03-22 11:39:39 +01:00
Sergei Trifonov
7013b84445
Merge branch 'master' into more-log-for-async-loader 2024-03-22 11:11:51 +01:00
Smita Kulkarni
a08c16e8eb Fixed clang tidy build 2024-03-22 10:45:48 +01:00
Smita Kulkarni
d969c0cd08 Removed unused includes 2024-03-22 10:30:55 +01:00
shuai-xu
5ca0699859 fix tryDeserializeTextCSV 2024-03-22 16:51:58 +08:00
shuai-xu
9d5cabb26d fix csv format not support tuple 2024-03-22 16:51:58 +08:00
Antonio Andelic
5beabe071c Destroy KeeperDispatcher first 2024-03-22 09:43:39 +01:00
pufit
216dcbef2c
Correct revoke for the partially granted rights. (#61115)
* Correct revoke for the partially granted rights.
2024-03-22 02:13:51 -04:00
pufit
1389144d05 Fix crash in multiSearchAllPositionsCaseInsensitiveUTF8 for incorrect UTF-8 input 2024-03-22 02:08:03 -04:00
liuneng
6a550bc754 add test case and support constant expression 2024-03-22 11:23:59 +08:00
robot-ch-test-poll
03a4b5fb58
Merge pull request #61053 from ClickHouse/async-loader-waiters-limit
Separate limits on number of waiting and executing queries
2024-03-22 03:15:25 +01:00
Zhuo Qiu
6a95163a24
Merge branch 'ClickHouse:master' into existing-count 2024-03-22 09:51:27 +08:00
Alexey Milovidov
5c0c43aa55
Merge branch 'master' into fix-crash-in-window-view 2024-03-22 04:11:15 +03:00
Alexey Milovidov
951a9b4075
Merge pull request #61709 from ClickHouse/fix-signalhandler-sanitizer
Fix signal handler for sanitizer signals
2024-03-22 03:06:24 +03:00
Alexey Milovidov
828c555780 Fix build 2024-03-22 00:43:21 +01:00
Duc Canh Le
f45e3ba432 address review comments
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-03-22 00:43:21 +01:00
Duc Canh Le
415ed79b16 allow declaring enum in external table structure
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-03-22 00:43:21 +01:00
Michael Kolupaev
7ac41d7fc1 Fix segfault in SquashingTransform 2024-03-21 23:25:55 +00:00
Alexey Milovidov
96a45fc9ec
Merge pull request #61119 from ilejn/update_cppkafka
update cppkafka to v0.4.1
2024-03-22 01:19:42 +03:00
Alexey Milovidov
12e35ad1ff
Merge pull request #61616 from nickitat/02908_many_requests_again
Try to fix `02908_many_requests_to_system_replicas` again
2024-03-22 01:15:50 +03:00
Smita Kulkarni
257c263596 Avoid extra copy of data 2024-03-21 22:33:34 +01:00
SmitaRKulkarni
3822e41f7d
Merge a2836b0887 into 30df0fcd60 2024-03-21 21:17:57 +00:00
Raúl Marín
54c5ea8d6d FunctionsConversion: Remove some templates 2024-03-21 21:14:24 +01:00
Smita Kulkarni
3f653bbc32 Added test with log check 2024-03-21 20:28:52 +01:00
yariks5s
6a19b77d9e init 2024-03-21 18:39:05 +00:00
Maksim Kita
8ca9c1fb6b Merge branch 'master' into merge-tree-read-split-ranges-into-intersecting-and-non-intersecting-fault-injection 2024-03-21 21:25:18 +03:00
Smita Kulkarni
929173cce2 Fix S3 buffer allocation 2024-03-21 19:18:16 +01:00
Alexey Milovidov
4d113c2190
Merge pull request #61508 from ClickHouse/generic-clickhouse-local-fuzzer
Generic fuzzer of query text in clickhouse-local
2024-03-21 21:17:28 +03:00
Nikolai Kochetov
89d80a4d65 Redo fix. 2024-03-21 18:16:31 +00:00
Alexey Milovidov
8670f1dc91
Merge pull request #61543 from ClickHouse/fix-regexp-recompilation-in-parser
Fix recompilation of regexps during backtracking in the parser
2024-03-21 21:15:17 +03:00
Alexey Milovidov
ccd34a269b
Merge pull request #61523 from ClickHouse/fix-infinite-loop-hop
Fix infinite loop in function `hop`
2024-03-21 21:10:02 +03:00
Alexey Milovidov
9586595849 Fix clang-tidy 2024-03-21 19:09:40 +01:00
Alexey Milovidov
e3c6e62dbb Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-crash-in-window-view 2024-03-21 19:08:29 +01:00
Kseniia Sumarokova
0c824dab17
Merge pull request #60585 from aalexfvk/traverse_shadow_remote_data_paths
Traverse shadow directory for system.remote_data_paths
2024-03-21 19:02:36 +01:00
Dmitry Novik
110b08f666
Fixup #ci_set_analyzer 2024-03-21 18:38:57 +01:00
kssenii
87b1e0ead2 Add more logging 2024-03-21 18:22:11 +01:00
Alexey Milovidov
fd8fa63abc
Merge pull request #61075 from bigo-sg/opt_memcpy_small
Optimize ColumnString::replicate and prevent memcpySmallAllowReadWriteOverflow15Impl from being optimized to built-in memcpy
2024-03-21 19:59:35 +03:00
Vitaly Baranov
1acc0ebe79
Merge pull request #61356 from vitlibar/fix-replace-dictionary
Fix CREATE OR REPLACE DICTIONARY
2024-03-21 16:45:06 +01:00
Igor Nikonov
63631ee587 Remove debug code 2024-03-21 15:35:05 +00:00
Vitaly Baranov
29a5241997 fix build 2024-03-21 16:33:43 +01:00
Anton Popov
d1d7277802 fix clang-tidy and test 2024-03-21 15:29:11 +00:00
Igor Nikonov
f36e19917f Disable analyzer for EXPLAIN SYNTAX queries 2024-03-21 15:27:39 +00:00
divanik
9dbe7beef8
Merge pull request #59390 from divanik/divanik/generate_series_function
Add step to the generating numbers table functions
2024-03-21 16:27:25 +01:00
Dmitry Novik
e4209218d4
Merge pull request #60497 from ClickHouse/analyzer-distr-json
Analyzer: Support different ObjectJSON on shards
2024-03-21 16:25:30 +01:00
Smita Kulkarni
71eee6a300 Merge branch 'master' into Azure_write_buffer 2024-03-21 16:22:28 +01:00
Alexey Milovidov
43b50c0df1
Merge pull request #61694 from evillique/fix-msan-issue-2
Fix use-of-uninitialized-value in parseDateTimeBestEffort
2024-03-21 18:16:11 +03:00
Alexey Milovidov
14f45bfa74
Merge pull request #61679 from evillique/fix-msan-issue
Fix use-of-uninitialized-value in HedgedConnections
2024-03-21 18:09:40 +03:00
Dmitry Novik
7c173e4dbc Analyzer: fix group_by_use_nulls #ci_set_analyzer 2024-03-21 16:03:50 +01:00
Alexander Tokmakov
0e4d5faa88
Merge pull request #61555 from ClickHouse/fix_read_rows_count
Fix read_rows count with external group by
2024-03-21 15:33:01 +01:00
Alexander Tokmakov
2be2ca4605
Merge pull request #61105 from ClickHouse/fix_rdb_active
Fix removing is_active node after re-creation
2024-03-21 15:29:59 +01:00
vdimir
46ab53ef79
fix 2024-03-21 14:03:43 +00:00
Dmitry Novik
466cfe29b2 Fix tests with clickhouse-local #ci_set_analyzer 2024-03-21 15:01:08 +01:00
Shuai li
48cb228c9a
Fix addDays cause an error when used datetime64 (#61561)
* Fix addDays cause an error when used datetime64

* add exception describe

* Update tests/queries/0_stateless/03013_addDays_with_timezone.sql

* remove file be executable

* fix timezone

* fix ci

---------

Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-03-21 14:47:29 +01:00
János Benjamin Antal
1944162088
Merge pull request #61479 from wudanzy/61220_fix_read_system_parts
Fix bug when reading system.parts using UUID (issue 61220).
2024-03-21 14:43:29 +01:00
Antonio Andelic
e91aa1c851
Merge pull request #61657 from ClickHouse/data-race-keeper-snapshot
Keeper: fix data race during snapshot destructor call
2024-03-21 14:36:28 +01:00
Kruglov Pavel
f941f52a7f
Merge pull request #60846 from bigo-sg/opt_insertmanyfrom
Column insertManyFrom Specializations
2024-03-21 14:29:23 +01:00
Kruglov Pavel
7db3d21ab7
Update src/Processors/Transforms/FillingTransform.cpp
Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com>
2024-03-21 14:19:17 +01:00
Nikolai Kochetov
e828acd0e5 Review fixes. 2024-03-21 13:17:15 +00:00
Antonio Andelic
638754f988 Fix signal handler for sanitizer signals 2024-03-21 13:34:32 +01:00
Alexander Tokmakov
81fd904b54 I hate REPLACE_RANGE and actual_part_name 2024-03-21 13:02:50 +01:00
kssenii
b1e03abc1f One more fix for SLRU 2024-03-21 12:51:26 +01:00
Sergei Trifonov
816a6b81c4
Merge pull request #61545 from wiledusc/fix-typo-legacy-max-level
Fix typo in variable name use_leagcy_max_level
2024-03-21 12:31:00 +01:00
divanik
cc7a4182e3 Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/generate_series_function 2024-03-21 11:27:48 +00:00
Antonio Andelic
c4856e326b
Merge pull request #60225 from azat/dist/parallel-flush
Parallel flush of pending INSERT blocks of Distributed engine
2024-03-21 12:25:59 +01:00
serxa
c31b958f88 Merge branch 'master' into async-loader-waiters-limit 2024-03-21 10:58:22 +00:00
vdimir
15bf6d1d5f
Merge branch 'master' into vdimir/using_alias_followup 2024-03-21 10:39:18 +00:00
vdimir
e002e42805
remove old nodes from node_to_projection_name when node become nullable 2024-03-21 10:38:50 +00:00
vdimir
33169e72df
Fix AMBIGUOUS_IDENTIFIER with join_use_nulls
https://github.com/ClickHouse/ClickHouse/issues/59067#issuecomment-1912500556
2024-03-21 10:37:52 +00:00
Smita Kulkarni
6c5e881da7 Merge branch 'master' into Azure_write_buffer 2024-03-21 11:12:19 +01:00