vdimir
3b483e513f
Default value for optional in SortNode::updateTreeHashImpl
2022-12-21 15:04:12 +00:00
alesapin
a4fbea2184
Relax synchronization to avoid deadlock
2022-12-21 15:59:28 +01:00
Dan Roscigno
37af44501d
Update docs/en/sql-reference/functions/hash-functions.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2022-12-21 09:12:06 -05:00
DanRoscigno
4da00b0b1d
clarify which engines support final
2022-12-21 09:07:40 -05:00
DanRoscigno
e791e7bbfe
clarify which engines support final
2022-12-21 08:58:12 -05:00
DanRoscigno
4981d4a013
clarify which engines support final
2022-12-21 08:55:38 -05:00
Dan Roscigno
30eb95d7d1
Update hash-functions.md
2022-12-21 08:39:44 -05:00
alesapin
e49deb740f
Merge pull request #44444 from ClickHouse/disable_tsan_for_grpc
...
Disable buggy tsan assertion for integration test
2022-12-21 14:31:12 +01:00
Kseniia Sumarokova
5df5f7d0dc
Merge pull request #44438 from ClickHouse/kssenii-patch-6
...
Update 01072_window_view_multiple_columns_groupby.sh
2022-12-21 14:28:26 +01:00
Alexey Milovidov
a184d1f355
Merge pull request #44470 from ClickHouse/fix-roaring-memory-tracker
...
Fix flaky test `roaring_memory_tracking`
2022-12-21 15:59:25 +03:00
Alexey Milovidov
6cc8a7e3e3
Merge pull request #44471 from ClickHouse/alexey-milovidov-patch-6
...
Update README.md
2022-12-21 15:20:53 +03:00
Anton Popov
5d6064cd28
better config in test
2022-12-21 11:35:11 +00:00
Sergei Trifonov
8332ada9e6
Merge pull request #44465 from ClickHouse/Avogar-patch-1
...
Add documentation for setting allow_settings_after_format_in_insert
2022-12-21 12:14:29 +01:00
Sergei Trifonov
048525273f
Merge branch 'master' into Avogar-patch-1
2022-12-21 11:54:18 +01:00
Alexander Gololobov
4b0cbdb4a4
Fixed unused value warning
2022-12-21 10:55:20 +01:00
Kruglov Pavel
09ab5832b1
Merge pull request #44382 from Avogar/fix-bson-object-id
...
Fix reading ObjectId in BSON schema inference
2022-12-21 10:48:50 +01:00
Kruglov Pavel
1bedd57355
Merge pull request #44241 from ClibMouse/bugfix/subtract-subseconds
...
Bring interval subtraction from datetime in line with addition
2022-12-21 10:30:07 +01:00
Kruglov Pavel
1451b7d9ba
Merge pull request #44463 from DanRoscigno/update-compat-settings-doc
...
add support case note for compat setting
2022-12-21 10:17:09 +01:00
kssenii
ac25d32105
Fix stress test
2022-12-21 09:44:56 +01:00
Zhiguo Zhou
823cb8a8f0
Call std::condition_variable::notify_one w/o lock in ThreadPool
...
Calling notify_one function with lock held would let the notified
thread immediately block again, and increase the lock contention.
This commit moves the calls of notify_one function out of critical
sections of ThreadPool, whose lock (ThreadPoolImpl::mutex) is most
extensively contended in some workloads.
2022-12-21 13:50:03 +08:00
Anton Popov
4b7f1e0cf2
fix mutations with setting 'max_streams_for_merge_tree_reading'
2022-12-21 01:59:53 +00:00
Nikolay Degterinsky
dcf68739db
Fix build
2022-12-21 01:05:00 +00:00
Dmitry Novik
a252f138cf
Fix ClangTidy build
2022-12-21 00:22:46 +00:00
Alexey Milovidov
008f2e7448
Update README.md
2022-12-21 02:16:35 +03:00
Alexey Milovidov
3d15f202bb
Update README.md
2022-12-21 02:15:49 +03:00
Alexey Milovidov
a0455a0710
Fix flaky test roaring_memory_tracking
2022-12-20 23:51:07 +01:00
Alexey Milovidov
e371c1a189
Merge branch 'master' into mysql-compat-test
2022-12-21 01:45:55 +03:00
Alexey Milovidov
35eac73937
Merge branch 'master' into add-test-22929
2022-12-21 01:45:33 +03:00
Alexey Milovidov
a6f50edde3
Merge branch 'master' into add-test-29883
2022-12-21 01:45:18 +03:00
Alexey Milovidov
db7f40bcb2
Merge branch 'master' into alexey-milovidov-patch-5
2022-12-21 01:44:55 +03:00
Alexey Milovidov
4cff60e2aa
Merge branch 'master' into add-test-22160
2022-12-21 01:44:44 +03:00
Alexey Milovidov
ce996ab349
Merge branch 'master' into add-test-34708
2022-12-21 01:44:24 +03:00
Alexey Milovidov
2c66d21dc1
Update 02509_h3_arguments.sql
2022-12-21 01:44:17 +03:00
Alexey Milovidov
53a36b2af8
Merge branch 'master' into add-test-30679
2022-12-21 01:42:43 +03:00
Alexey Milovidov
9fcd292391
Merge branch 'master' into add-test-29386
2022-12-21 01:40:39 +03:00
avogar
4f376308b6
Remove extra line
2022-12-20 22:09:49 +00:00
avogar
a7129332af
Don't execute and/or/if/multiIf on LowCardinality dictionary
2022-12-20 22:07:59 +00:00
Kruglov Pavel
36a6ee4fdb
Add documentation for setting allow_settings_after_format_in_insert
2022-12-20 22:04:37 +01:00
alesapin
2fe969a2e1
Remove explicit dependency on fast test to debug the issue
2022-12-20 22:00:57 +01:00
Kruglov Pavel
bc0b35da1e
Update tests/queries/0_stateless/02513_csv_bool_allow_crlf.reference
...
Co-authored-by: Nick Sweeting <nsweeting@gmail.com>
2022-12-20 21:26:10 +01:00
DanRoscigno
c6513624c4
add support case note for compat setting
2022-12-20 15:03:42 -05:00
Yatsishin Ilya
28f907b1d9
Add tests as examples with errors that we should eliminate
2022-12-20 19:22:54 +00:00
Nikita Taranov
34029d47f3
Randomize setting enable_memory_bound_merging_of_aggregation_results
in tests ( #43986 )
...
* Randomize setting `enable_memory_bound_merging_of_aggregation_results` in tests
* fix 02343_aggregation_pipeline
2022-12-20 20:18:40 +01:00
Nikita Taranov
c79c80f841
better
2022-12-20 19:56:29 +01:00
alesapin
a50e4a2066
Merge branch 'master' into add-test-34724
2022-12-20 19:23:07 +01:00
Kruglov Pavel
2663fdbc4c
Update tests/queries/0_stateless/02513_csv_bool_allow_crlf.sh
...
Co-authored-by: Nick Sweeting <nsweeting@gmail.com>
2022-12-20 19:14:52 +01:00
Kruglov Pavel
03ed7c4097
Fix the test
2022-12-20 19:09:48 +01:00
Alexey Milovidov
4217e750b7
Update CHANGELOG.md
2022-12-20 20:56:40 +03:00
Dmitry Novik
4793412887
Merge branch 'master' into refector-function-node
2022-12-20 18:26:19 +01:00
alesapin
c902bca426
Remove races
2022-12-20 18:14:06 +01:00