Alexander Tokmakov
35ab639d1a
fix
2024-09-04 18:38:32 +02:00
Alexander Tokmakov
a5a16aa7fa
Merge branch 'master' into break_compatibility
2024-09-03 23:13:59 +02:00
Kruglov Pavel
17baa4f51b
Merge pull request #68463 from Avogar/dynamic-json-distinct-aggregate-functions
...
Add aggregate functions distinctDynamicTypes/distinctJSONPaths/distinctJSONPathsAndTypes
2024-09-03 17:51:51 +00:00
Konstantin Bogdanov
dc0b491f11
Merge pull request #69130 from m4xxx1m/hostname-validation-config
...
Add validation of IP addresses and domains in settings
2024-09-03 17:09:17 +00:00
Raúl Marín
dd6e818c68
Merge pull request #69175 from azat/revert-client-log_comment-file
...
Revert "Merge pull request #57191 from azat/client-log_comment-file"
2024-09-03 15:47:54 +00:00
Konstantin Bogdanov
e50a8b4f61
Merge pull request #68975 from ClickHouse/fix-encoding-with-progress-headers
...
`Content-Encoding` was not sent on progress
2024-09-03 15:09:00 +00:00
Alexander Gololobov
e94a2875de
Merge pull request #68954 from ClickHouse/processors_profile_log_plan_step_name
...
Add plan_step_name and plan_step_description columns to system.processors_profile_log
2024-09-03 14:53:08 +00:00
Alexander Tokmakov
f9d7080711
Merge pull request #68896 from tuanpach/add-identifier-quoting-style-settings
...
Add identifier quoting style settings
2024-09-03 13:52:37 +00:00
Anton Popov
34c14a6493
Merge pull request #68837 from CurtizJ/fix-async-insert-alter
...
Fix async inserts with `ALTER ADD/MODIFY COLUMN`
2024-09-03 12:37:27 +00:00
Han Fei
1b29a89107
Merge branch 'master' into fix-typo-in-actionsdag
2024-09-03 11:29:19 +00:00
Kruglov Pavel
6273c7ca80
Merge pull request #69150 from Avogar/better-json-alias-check
...
Don't create Object type if use_json_alias_for_old_object_type=1 but allow_experimental_object_type=0
2024-09-03 09:58:23 +00:00
Raúl Marín
7ba6eff181
Merge pull request #69148 from Algunenano/rmt_retries
...
RMT: Do not block retries when establishing a new keeper connection
2024-09-03 09:35:16 +00:00
vdimir
5d3d2c2139
Merge pull request #66926 from ClickHouse/vdimir/multiple_joins_with_storage_join
...
Analyzer: Storage Join support joining with nullable columns
2024-09-03 06:59:47 +00:00
Azat Khuzhin
300d06b995
Revert "Merge pull request #57191 from azat/client-log_comment-file"
...
The problem with this patch is that it breaks readonly users.
There are possible other ways to fix this, but it has other downsides:
- readonly detection with getSetting - one extra query + code
complexity, don't think that it worth it
- add is_hint for each setting (like is_important) - this will blow the
settings structure and requires protocol changes, and even though this
could be useful in other places, i.e. play UI, not sure that this worth
either
So for now let's simply revert it.
This reverts commit fde14f0daf
, reversing
changes made to f636dea879
.
2024-09-03 08:42:14 +02:00
Constantine Peresypkin
ca514c6556
fix: Content-Encoding
was not sent on progress
...
fixes : #64802
2024-09-03 02:13:23 +02:00
Konstantin Bogdanov
009cccd20a
Merge pull request #68979 from ClickHouse/put-strange-trash-back
...
Revert "Fix strange trash"
2024-09-02 22:07:01 +00:00
jsc0218
379d551832
Merge pull request #69076 from sakulali/create_as
...
CREATE TABLE AS copy PRIMARY KEY, ORDER BY, and similar clauses.
2024-09-02 20:56:58 +00:00
m4xxx1m
37516a4cc2
Add tests
2024-09-02 22:02:24 +03:00
Anton Popov
2e4f6f26f0
fix after merge
2024-09-02 14:26:25 +00:00
Anton Popov
71d03f58bb
Merge branch 'master' into fix-async-insert-alter
2024-09-02 16:23:15 +02:00
Sergei Trifonov
1f5082ee8a
Merge pull request #65182 from ClickHouse/s3-streams-scheduler
...
IO scheduling on HTTP session level
2024-09-02 14:17:58 +00:00
vdimir
dfe8508a3a
Merge branch 'master' into vdimir/multiple_joins_with_storage_join
2024-09-02 16:05:13 +02:00
Kruglov Pavel
218e601ef8
Better exception message
2024-09-02 15:35:56 +02:00
avogar
457db103c0
Don't create Object type if use_json_alias_for_old_object_type=1 but allow_experimental_object_type=0
2024-09-02 13:20:27 +00:00
Raúl Marín
8225acae3a
RMT: Do not block retries when establishing a new keeper connection
2024-09-02 14:48:54 +02:00
Raúl Marín
b409c0657d
Merge pull request #68950 from Algunenano/anyHeavy_merge
...
Fix possible wrong result during anyHeavy state merge
2024-09-02 12:45:19 +00:00
Sergei Trifonov
64af7363c2
Merge pull request #68674 from filimonov/thread_pool_metrics
...
Thread pool metrics
2024-09-02 12:19:27 +00:00
avogar
ed2da41a79
Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-json-distinct-aggregate-functions
2024-09-02 10:41:49 +00:00
Sergei Trifonov
0f4b296295
Merge pull request #69081 from ClickHouse/fix-progress-indication-race
...
Fix ProgressIndication data race on `cancelQuery()`
2024-09-02 09:58:31 +00:00
Yarik Briukhovetskyi
1b67fde591
Merge pull request #67436 from iceFireser/master
...
Fix the problem that alter modfiy order by causes inconsistent metadata
2024-09-02 09:54:38 +00:00
Yarik Briukhovetskyi
f89290cdbf
Merge pull request #68874 from liuneng1994/support-datetrunc-on-date32
...
Support Date32 on dateTrunc and toStartOfInterval
2024-09-02 09:26:54 +00:00
Sergei Trifonov
579b891c57
Merge pull request #69132 from ClickHouse/serxa-patch-3
...
Fix locking in UserDefinedSQLObjectsZooKeeperStorage.cpp
2024-09-02 09:08:33 +00:00
Yarik Briukhovetskyi
a1747493ac
Merge pull request #69066 from yariks5s/sandbox_
...
Path normalization in StorageFile
2024-09-02 08:27:41 +00:00
Sergei Trifonov
fba6620dc4
Fix locking in UserDefinedSQLObjectsZooKeeperStorage.cpp
2024-09-01 23:43:05 +02:00
Igor Nikonov
37a9ff451e
Merge branch 'master' into lift-up-union-expr-desc
2024-09-01 17:51:09 +02:00
iceFireser
79776dbbad
Merge branch 'ClickHouse:master' into master
2024-09-01 09:34:25 +08:00
Yakov Olkhovskiy
44f76ed713
Merge pull request #69123 from wxybear/fix_explain_insert_query_multiquery_mode
...
Fix analyze explain ast insert query in multiquery mode
2024-08-31 21:07:43 +00:00
Yakov Olkhovskiy
b6ea3442b4
Merge pull request #69032 from alexon1234/include_real_time_execution_in_http_header
...
Add RealTimeMicroseconds to HTTP Header X-ClickHouse-Summary
2024-08-31 20:47:23 +00:00
wxybear
b066760a21
fix: explainedQuery nullptr && 02504_explain_ast_insert
2024-08-31 22:18:33 +08:00
serxa
c6aa12feae
Merge branch 'master' into s3-streams-scheduler
2024-08-31 12:13:38 +00:00
Igor Nikonov
425a93e360
Fix
2024-08-31 12:12:32 +00:00
serxa
34d8a20307
Merge branch 'master' into fix-progress-indication-race
2024-08-31 12:12:23 +00:00
avogar
2287f280da
Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-json-distinct-aggregate-functions
2024-08-31 11:36:23 +00:00
wxybear
c702d2581e
fix: handle insert query in explain queries in multiquery mode
2024-08-31 14:50:35 +08:00
liuneng
cd1685d409
fix error message
2024-08-31 10:49:50 +08:00
liuneng
5e0000c4ca
add test case and doc
2024-08-31 10:49:50 +08:00
liuneng
74f99d1f07
support datetrunc and toStartOfxxx on date32
2024-08-31 10:49:50 +08:00
serxa
9f96d18060
cleanup
2024-08-30 19:33:34 +00:00
serxa
3675e83a3f
Fix data race in ResourceGuard
2024-08-30 19:27:26 +00:00
serxa
30dd82324a
revert wrong data race fix
2024-08-30 19:26:59 +00:00