Alexey Milovidov
2872b7fec6
Fix for Antarctica/Casey
2021-07-27 09:53:58 +03:00
Alexey Milovidov
6d64cf8de2
Fix test
2021-07-27 06:55:59 +03:00
Alexey Milovidov
04196d1cd6
Fix for Sydney
2021-07-27 05:33:03 +03:00
Alexey Milovidov
7a9588bf0e
Fix for Beirut
2021-07-26 09:47:34 +03:00
Alexey Milovidov
aa40f9d35a
Fix test
2021-07-26 09:36:49 +03:00
Alexey Milovidov
b42089da83
Fix test
2021-07-26 07:03:38 +03:00
Alexey Milovidov
f695eda25d
Fix test
2021-07-26 06:27:39 +03:00
Alexey Milovidov
650cbd2484
GraphiteMergeTree: respect timezone for rounding #5098
2021-07-25 04:27:40 +03:00
Alexey Milovidov
7a157cb2b6
Fix a couple of tests
2021-07-25 01:58:31 +03:00
Alexey Milovidov
5460035176
Fix test
2021-07-25 01:55:23 +03:00
Alexey Milovidov
1c432d505a
Fix style
2021-07-25 01:25:48 +03:00
Alexey Milovidov
ccde0211dc
Update test
2021-07-24 18:45:33 +03:00
Alexey Milovidov
4d7434f16d
Fix test
2021-07-24 18:40:22 +03:00
Alexey Milovidov
db43bb1b44
Fix parquet test
2021-07-24 18:12:39 +03:00
Alexey Milovidov
83ff27e455
Update parquet test
2021-07-24 17:41:13 +03:00
Alexey Milovidov
d6c1593b22
Correct read of Date and UInt16 as DateTime in Arrow format
2021-07-24 17:36:21 +03:00
Alexey Milovidov
f56269243e
Merge branch 'master' into random_timezone_for_stateless_tests
2021-07-24 13:55:21 +03:00
Maksim Kita
f6f8bea689
Merge pull request #26671 from kitaisreal/mysql-dictionaries-support-for-custom-query
...
Lexer introduce heredoc
2021-07-23 16:20:54 +03:00
Vitaly Baranov
67d4da224a
Merge pull request #26384 from Cas-pian/grant_by_replace
...
add grant by replace support
2021-07-23 14:40:47 +03:00
Maksim Kita
7e08748c5b
Updated tests
2021-07-23 11:13:51 +03:00
Maksim Kita
222915c275
Fixed code review issues
2021-07-23 00:07:22 +03:00
Nikolai Kochetov
3c17a62686
Merge pull request #26590 from ClickHouse/remove-some-more-streams
...
Remove some streams.
2021-07-22 21:28:50 +03:00
alexey-milovidov
3f5016a617
Merge pull request #26410 from mathalex/master
...
Add queryID and initialQueryID functions
2021-07-22 18:28:38 +03:00
alexey-milovidov
e83ca20ac3
Merge pull request #26684 from ClickHouse/fix-flaky-test-24
...
Fix flaky test `mutation_stuck_after_replace_partition`
2021-07-22 15:37:38 +03:00
alexey-milovidov
c3206f6c85
Merge pull request #26470 from ClickHouse/fix-flaky-test-20
...
Fix flaky test `distributed_ddl_output_mode`
2021-07-22 15:32:22 +03:00
Alexander Kuzmenkov
60ca9990e5
Merge pull request #26668 from ClickHouse/aku/window-materialize
...
materialize all columns in window transform
2021-07-22 13:42:36 +03:00
Nikolai Kochetov
5ffd99dfd4
Merge pull request #25674 from amosbird/distributedreturnconnection
...
Drain connection asynchronously
2021-07-22 11:04:49 +03:00
Alexey Milovidov
ba06e8ccd0
Fix flaky test mutation_stuck_after_replace_partition
2021-07-22 03:39:23 +03:00
Alexey Milovidov
ed341b64e4
Disable parallel formatting
2021-07-22 03:24:35 +03:00
alexey-milovidov
2796aa333f
Merge pull request #26618 from ClickHouse/fix-flaky-test-22
...
Fix flaky test 01509_check_many_parallel_quorum_inserts
2021-07-22 02:58:07 +03:00
alexey-milovidov
f9581893d8
Merge pull request #26658 from azat/skip_unavailable_shards-excessive-attempts
...
Fix excessive connect attempts with skip_unavailable_shards
2021-07-22 02:12:32 +03:00
Vladimir
576b407804
Support conditions in JOIN ON section ( #24420 )
...
* Try to enforce table identification in CollectJoinOnKeysMatcher
* Support filtering conditions in JOIN ON for HashJoin
* Correct handle non equi join
* Update test 00878_join_unexpected_results
* Join on filters calculated as one row before join
* Do not lookup key in hash join if condition for row is not hold
* better
* Support filtering conditions in JOIN ON for MergeJoin
* Support Nullable mask in JOIN ON section
* Fix style in Interpreters/TableJoin.cpp
* Change return type of getColumnAsMask in join_common to ColumnPtr
* Handle Nullable(Nothing) type in JOIN ON section, add test cases
* Fix type cast JoinCommon::getColumnAsMask
* Check type if conditions in JOIN ON section, support functions
* Update tests with JOIN ON
* Style changes, add comments for conditions in JOIN ON section
* Add test cases for join on condtions
* JOIN ON key1 = key2 AND (cond1 OR cond2)
* Remove CollectJoinOnKeysVisitor has_join_keys
* Add test cases for join on nullable/lc conditions
* Fix style
* Change error code 48 to 403 in join on tests
* Fix whitespace
2021-07-21 20:03:33 +03:00
Caspian
eab4cb3cdc
use new syntax, update docs
2021-07-21 23:08:38 +08:00
Maksim Kita
49983883cc
Added tests
2021-07-21 16:41:45 +03:00
Alexander Kuzmenkov
7f0fec6d5d
materialize all columns in window transform
2021-07-21 16:06:50 +03:00
alexey-milovidov
4b51ec3a83
Merge pull request #26619 from ClickHouse/fix-flaky-test-23
...
Fix one possible cause of tests flakiness
2021-07-21 15:24:30 +03:00
Nikolai Kochetov
65d3e713d6
Fix another one test.
2021-07-21 15:16:13 +03:00
Alexey Boykov
925e2a6a22
Merge branch 'ClickHouse:master' into master
2021-07-21 14:54:17 +03:00
Alexey Boykov
4ec811d1fd
Revert "Revert "Merge branch 'master' into master""
...
This reverts commit 28279e13f2
.
2021-07-21 14:16:05 +03:00
Alexey Boykov
28279e13f2
Revert "Merge branch 'master' into master"
...
This reverts commit 0543736da1
, reversing
changes made to e8e34ba786
.
2021-07-21 14:11:13 +03:00
Alexander Kuzmenkov
6ae4031723
Merge pull request #26521 from ClickHouse/aku/lag-in-frame-nullable
...
fix lagInFrame for nullable types
2021-07-21 14:10:16 +03:00
Azat Khuzhin
7b7e8acf4f
Fix excessive connect attempts with skip_unavailable_shards
...
Before this patch the query was sent from
RemoteBlockInputStream::readPrefix() and also from
RemoteBlockInputStream::read().
And since in case of skip_unavailable_shards=1 connection errors are
ignored, it tries to do x2 connect attempts.
Fix this, but removing RemoteBlockInputStream::readPrefix().
Fixes : #26511
2021-07-21 10:06:54 +03:00
Alexey Milovidov
f62fc8c43d
Fix another cause of flakiness
2021-07-21 04:05:56 +03:00
Alexey Milovidov
17ce71ce3d
Fix flaky test 01509_check_many_parallel_quorum_inserts
2021-07-21 03:38:55 +03:00
Alexey Milovidov
f9234f74aa
Fix flaky test 01622_defaults_for_url_engine
2021-07-21 02:28:00 +03:00
alexey-milovidov
fcca3e3e56
Merge pull request #26423 from ClickHouse/fix-header-for-scalar-query-with-empty-result
...
Fix incompatible result type for scalar queries with empty result.
2021-07-21 02:07:04 +03:00
alexey-milovidov
f177898f5c
Merge pull request #26499 from arenadata/ADQM-326
...
SELECT String from ClickHouse as Avro string - PartialMatch
2021-07-21 02:04:04 +03:00
alexey-milovidov
0304cf2041
Merge pull request #26557 from amosbird/groupbitmaporfix
...
Fix wrong name of groupBitmapAnd/Or/Xor.
2021-07-21 02:02:39 +03:00
Alexander Kuzmenkov
a197511a96
fixes
2021-07-21 01:36:15 +03:00
Alexey Milovidov
8a37bbc217
Fix flaky test, one more attempt
2021-07-21 01:27:27 +03:00