Sergei Trifonov
|
f2f0676bcc
|
Revert "Revert "S3 request per second rate throttling""
|
2022-11-17 17:35:04 +01:00 |
|
Alexey Milovidov
|
ef1278f5c4
|
Merge pull request #43313 from ClickHouse/pmod
`pmod`: compatibility with Spark, better documentation
|
2022-11-17 17:13:45 +01:00 |
|
Igor Nikonov
|
00920b1aa9
|
Merge pull request #43117 from ClickHouse/igor/keeper_retries_enable_fault_injection_in_tests
Enable keeper fault injection for inserts in functional tests
|
2022-11-17 14:36:09 +01:00 |
|
Alexander Tokmakov
|
5d959ab6a0
|
Merge pull request #43287 from filimonov/patch-7
Allow autoremoval of old parts if detach_not_byte_identical_parts enabled
|
2022-11-17 16:11:02 +03:00 |
|
Nikita Taranov
|
7beb58b0cf
|
Optimize merge of uniqExact without_key (#43072)
* impl for uniqExact
* rm unused (read|write)Text methods
* fix style
* small fixes
* impl for variadic uniqExact
* refactor
* fix style
* more agressive inlining
* disable if max_threads=1
* small improvements
* review fixes
* Revert "rm unused (read|write)Text methods"
This reverts commit a7e7480584 .
* encapsulate is_able_to_parallelize_merge in Data
* encapsulate is_exact & argument_is_tuple in Data
|
2022-11-17 13:19:02 +01:00 |
|
Vladimir C
|
a29c5b9e3a
|
Merge pull request #43232 from ClickHouse/vdimir/max_map_null_totals_bug
|
2022-11-17 13:10:05 +01:00 |
|
Sema Checherinda
|
8e21d2c777
|
Merge pull request #43285 from CheSema/ubsan-max-ast-depth
check limits for an AST in select parser fuzzer
|
2022-11-17 12:59:02 +01:00 |
|
Kruglov Pavel
|
1b68f605a2
|
Merge pull request #42761 from AlfVII/fix-slow-json-extract-with-low-cardinality
Fixed slowness in JSONExtract with LowCardinality(String) tuples
|
2022-11-17 12:49:18 +01:00 |
|
Sema Checherinda
|
1ad48d091d
|
Merge pull request #43249 from Algunenano/i43247
Fix ubsan in AggregateFunctionMinMaxAny::read with high sizes
|
2022-11-17 12:21:05 +01:00 |
|
Nikita Taranov
|
11b535d443
|
impl (#43283)
|
2022-11-17 11:17:27 +01:00 |
|
Maksim Kita
|
451fb07115
|
Merge pull request #43245 from ClickHouse/vdimir/analyzer_alias_nullptr
Fix nullptr dereference in collectScopeValidIdentifiersForTypoCorrection
|
2022-11-17 12:48:58 +03:00 |
|
Maksim Kita
|
b4bfc09e2d
|
Merge branch 'master' into vdimir/analyzer_alias_nullptr
|
2022-11-17 12:46:25 +03:00 |
|
Alexey Milovidov
|
10d7ce9815
|
pmod: compatibility with Spark, better documentation
|
2022-11-17 05:41:03 +01:00 |
|
Alexey Milovidov
|
aa855d86a1
|
Update CHANGELOG.md
|
2022-11-17 05:51:20 +03:00 |
|
Alexey Milovidov
|
f4eb430caa
|
Revert "remove changes"
This reverts commit 4016fd2efc .
|
2022-11-17 03:14:22 +01:00 |
|
Maksim Kita
|
ef7d867966
|
Merge pull request #43119 from kitaisreal/analyzer-aggregation-totals-rollup-crash-fix
Analyzer aggregation totals crash fix
|
2022-11-17 01:32:37 +03:00 |
|
Dan Roscigno
|
7b2cc4ed21
|
Merge pull request #43309 from DanRoscigno/updatedate32rangedocs
Update docs for Date32
|
2022-11-16 16:23:28 -05:00 |
|
DanRoscigno
|
93dde0b3f9
|
Update docs for Date32
|
2022-11-16 16:18:20 -05:00 |
|
Alexander Tokmakov
|
dc567a92ff
|
Merge pull request #43306 from ClickHouse/revert-43014-disk-s3-throttler
Revert "S3 request per second rate throttling"
|
2022-11-16 22:34:28 +03:00 |
|
Alexander Tokmakov
|
9011a18234
|
Revert "S3 request per second rate throttling"
|
2022-11-16 22:33:48 +03:00 |
|
Sergei Trifonov
|
159743edd6
|
Merge pull request #43014 from ClickHouse/disk-s3-throttler
S3 request per second rate throttling
|
2022-11-16 18:51:06 +01:00 |
|
Dan Roscigno
|
a8938eb0e4
|
Merge pull request #43299 from DanRoscigno/add-tutorial-link
Add tutorial link from Dictionary documentation
|
2022-11-16 12:02:09 -05:00 |
|
Dan Roscigno
|
15bd5db4dd
|
Merge branch 'ClickHouse:master' into add-tutorial-link
|
2022-11-16 11:59:06 -05:00 |
|
DanRoscigno
|
4016fd2efc
|
remove changes
|
2022-11-16 11:58:10 -05:00 |
|
DanRoscigno
|
5e087ae967
|
link to tutorial
|
2022-11-16 11:54:06 -05:00 |
|
DanRoscigno
|
ea8c7df296
|
edits
|
2022-11-16 09:32:13 -05:00 |
|
Nikolay Degterinsky
|
00554ecd00
|
Merge pull request #43271 from evillique/fix-docs-2
Fix docs
|
2022-11-16 15:12:28 +01:00 |
|
filimonov
|
dcb76f6bbf
|
Allow autoremoval of old parts if detach_not_byte_identical_parts enabled
Allow autoremoval of old & detached parts if detach_not_byte_identical_parts enabled.
See also #28708 #37975
|
2022-11-16 14:16:42 +01:00 |
|
Sema Checherinda
|
b13a8d478b
|
check limits for an AST in select parser fuzzer
|
2022-11-16 11:58:30 +00:00 |
|
Vladimir C
|
2d265523bb
|
Update src/Analyzer/Passes/QueryAnalysisPass.cpp
|
2022-11-16 12:45:54 +01:00 |
|
Vladimir C
|
981e6e2c24
|
Update src/Analyzer/Passes/QueryAnalysisPass.cpp
|
2022-11-16 12:44:54 +01:00 |
|
Alexander Tokmakov
|
7e6fe94a8e
|
Merge pull request #43266 from ClickHouse/global-overcommit-test
Make test_global_overcommit_tracker non-parallel
|
2022-11-16 14:28:56 +03:00 |
|
alesapin
|
32358d2180
|
Merge pull request #43256 from ClickHouse/vdimir/msg_in_wait_zookeeper_to_start
Better message in wait_zookeeper_to_start
|
2022-11-16 11:58:53 +01:00 |
|
Nikolay Degterinsky
|
584d894f48
|
Merge pull request #43265 from evillique/fix-parser-4
Fix parsing of IS NULL operator
|
2022-11-16 11:38:39 +01:00 |
|
Maksim Kita
|
64b2a4d1bf
|
Merge pull request #43110 from bigo-sg/function_factorial
Add function factorial
|
2022-11-16 12:49:47 +03:00 |
|
Alexey Milovidov
|
ce8066e90e
|
Add changelog for 21.11
|
2022-11-16 07:31:24 +01:00 |
|
Alexey Milovidov
|
4a2c1d29e1
|
Merge pull request #43146 from azat/build/poco-leftovers
Remove POCO_CLICKHOUSE_PATCH
|
2022-11-16 06:10:08 +01:00 |
|
Alexey Milovidov
|
b4165f95a9
|
Merge branch 'master' into build/poco-leftovers
|
2022-11-16 06:09:58 +01:00 |
|
Alexey Milovidov
|
04687c0d69
|
Merge pull request #43206 from ClickHouse/miscellaneous-changes-parallel-replicas
Miscellaneous changes
|
2022-11-16 05:30:03 +01:00 |
|
Nikolay Degterinsky
|
81971acf35
|
Fix docs
|
2022-11-16 02:40:51 +00:00 |
|
李扬
|
6393d11dab
|
fix doc
|
2022-11-16 09:34:45 +08:00 |
|
李扬
|
d9adf2f02d
|
fix doc
|
2022-11-16 09:34:04 +08:00 |
|
Dan Roscigno
|
eea0e33613
|
Merge pull request #43008 from DanRoscigno/standardize-dictionary-categories
Standardize dictionary categories
|
2022-11-15 16:19:43 -05:00 |
|
Dan Roscigno
|
b178a3711c
|
Merge branch 'master' into standardize-dictionary-categories
|
2022-11-15 16:18:18 -05:00 |
|
DanRoscigno
|
c60b98f576
|
updates from review
|
2022-11-15 16:17:43 -05:00 |
|
Nikolay Degterinsky
|
82877d0824
|
Merge pull request #43077 from evillique/query_parameters_inserts
Add support for interactive parameters in INSERT VALUES queries
|
2022-11-15 22:13:25 +01:00 |
|
Dmitry Novik
|
fcdc9dfaac
|
Make test_global_overcommit_tracker non-parallel
|
2022-11-15 20:52:18 +00:00 |
|
Alexander Tokmakov
|
69b067b81c
|
Merge pull request #43244 from ClickHouse/fix-replicated-merge-tree-shared-id
Don't throw if shared ID already created in `StorageReplicatedMergeTree`
|
2022-11-15 23:31:51 +03:00 |
|
Nikolay Degterinsky
|
4778b5c13f
|
Fix IS (NOT)NULL operator
|
2022-11-15 20:23:49 +00:00 |
|
Dan Roscigno
|
fbff52847c
|
Merge pull request #43242 from cwurm/datetime_spelling
Docs: Unify spelling of DateTime
|
2022-11-15 15:09:35 -05:00 |
|