Alexey Milovidov
a2fa2543b7
Fix flaky test 01293_client_interactive_vertical_multiline_long
2021-07-15 15:36:42 +03:00
Anna
2a2d91612a
Merge branch 'master' into annadevyatova-DOCSUP-7502-replicated
2021-07-15 15:31:01 +03:00
Vitaliy Zakaznikov
91021aea18
Enabling all TestFlows modules except LDAP after Kerberos merge.
2021-07-15 08:14:59 -04:00
BoloniniD
5a15266d55
Replaced third test, fixed reference
2021-07-15 15:00:45 +03:00
Vitaly Baranov
c2bb0a02a8
Add test.
2021-07-15 14:36:56 +03:00
Nikita Mikhaylov
1d57931774
Merge pull request #26053 from sevirov/sevirov-DOCSUP-10557-support_complex_types_in_arrow_parquet_orc_formats
...
DOCSUP-10557: Support complex types in Arrow/Parquet/ORC formats
2021-07-15 13:48:57 +03:00
alexey-milovidov
33b75c1633
Merge pull request #26349 from ClickHouse/fix-stress-test-3
...
Fix error in stress test script
2021-07-15 13:45:08 +03:00
alexey-milovidov
9edc478acc
Merge pull request #26354 from vgocoder/patch-1
...
Update gui.md
2021-07-15 13:38:39 +03:00
Alexey Milovidov
d984fc4301
Fix flaky integration test
2021-07-15 13:35:37 +03:00
Filatenkov Artur
29b1155c95
Merge pull request #26261 from SaintBacchus/toTimeZone
...
Make toTimeZone monotonicity when timeZone is a constant value
2021-07-15 13:02:35 +03:00
Vitaly Baranov
ec6b1ece24
Merge pull request #21659 from zvonand/kerberos_tests
...
Enabling Kerberos Testflows tests
2021-07-15 12:59:44 +03:00
vdimir
dd3e1a8a4d
Adjust exception message in test_replicated_fetches_timeouts
2021-07-15 11:58:21 +03:00
vgocoder
b2ff26fc91
Update gui.md
2021-07-15 16:58:21 +08:00
Maksim Kita
b7cb28a519
Merge pull request #25722 from AnaUvarova/ana-uvarova-DOCSUP-8653-build-osx-translate
...
DOCSUP-8653: build-osx translation
2021-07-15 11:07:06 +03:00
Maksim Kita
3e88c83619
Update build-osx.md
2021-07-15 11:06:25 +03:00
zvonand
8bd805b2c2
xfails
2021-07-15 11:05:50 +03:00
alexey-milovidov
94a210650f
Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32
...
Revert "Datatype Date32, support range 1925 to 2283"
2021-07-15 10:53:45 +03:00
alexey-milovidov
9ba4064c86
Revert "Datatype Date32, support range 1925 to 2283"
2021-07-15 10:53:35 +03:00
Alexey Milovidov
c28f027b14
Fix error in stress test script
2021-07-15 10:24:35 +03:00
Azat Khuzhin
7b209694d5
Fix optimize_distributed_group_by_sharding_key for multiple columns
...
Before we incorrectly check that columns from GROUP BY was a subset of
columns from sharding key, while this is not right, consider the
following example:
select k1, any(k2), sum(v) from remote('127.{1,2}', view(select 1 k1, 2 k2, 3 v), cityHash64(k1, k2)) group by k1
Here the columns from GROUP BY is a subset of columns from sharding key,
but the optimization cannot be applied, since there is no guarantee that
particular shard contains distinct values of k1.
So instead we should check that GROUP BY contains all columns that is
required for calculating sharding key expression, i.e.:
select k1, k2, sum(v) from remote('127.{1,2}', view(select 1 k1, 2 k2, 3 v), cityHash64(k1, k2)) group by k1, k2
2021-07-15 09:09:58 +03:00
alexey-milovidov
21f2b006cd
Update test_cte_distributed.py
2021-07-15 08:17:22 +03:00
alexey-milovidov
0893b9ff8e
Merge pull request #26218 from amosbird/projection-improve1
...
Aggressive IN index analysis for projections.
2021-07-15 08:13:45 +03:00
alexey-milovidov
96030dc2d7
Merge pull request #26250 from vdimir/issue-26017-join-totals-key
...
Fix block structure mismatch in join totals
2021-07-15 08:03:37 +03:00
alexey-milovidov
59e6502a3b
Merge pull request #26329 from vzakaznikov/fix_testflows_rbac_sample_by_tests
...
Fixing RBAC sample by tests in TestFlows.
2021-07-15 08:01:33 +03:00
alexey-milovidov
323b60fcea
Merge pull request #26321 from ClickHouse/tavplubix-patch-2
...
Fix rare logical race in `cloneReplica(...)`
2021-07-15 08:00:26 +03:00
alexey-milovidov
8a4e128870
Merge pull request #26323 from azat/bump-poco-socket-poll
...
Make socket poll() 7x faster (by replacing epoll() with poll())
2021-07-15 07:59:57 +03:00
alexey-milovidov
3e1eecba89
Merge pull request #26326 from egatov/master
...
Modifications to an obscure Yandex TSKV format
2021-07-15 07:54:48 +03:00
Kseniia Sumarokova
ef7f1deadf
Merge pull request #26266 from kssenii/add-sqlite-database-path-check
...
Add check for sqlite database path
2021-07-15 07:52:50 +03:00
huangzhaowei
d5e907ac8d
Add a test case for monotonicity totimezone
2021-07-15 10:39:34 +08:00
Evgeniy Gatov
5a884da13c
METR-41529
2021-07-15 00:57:18 +03:00
Raúl Marín
255fbe22a2
Drop view when done
2021-07-14 23:27:36 +02:00
kssenii
af8633dcdb
Update insertPostgreSQLValue.cpp
2021-07-14 20:51:47 +00:00
kssenii
f20ea87bfb
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into add-sqlite-database-path-check
2021-07-14 20:49:05 +00:00
Kseniia Sumarokova
e42a26a585
Merge pull request #26234 from jasine/master
...
convert timestamp and timestamptz data types to DateTime64 in postgres engine
2021-07-14 23:42:51 +03:00
alexey-milovidov
e5e3a88984
Update adopters.md
2021-07-14 23:41:03 +03:00
Alexey Milovidov
a60d52d9c3
Whitespaces #26330
2021-07-14 23:26:42 +03:00
alexey-milovidov
11a4b56f51
Merge pull request #26305 from ClickHouse/function_range_max_elements_in_block
...
Add a setting `function_range_max_elements_in_block`
2021-07-14 23:15:25 +03:00
alexey-milovidov
a3742c58f9
Merge pull request #26317 from Algunenano/fix_read_file_to_stringcolumn
...
Improve read_file_to_stringcolumn test compatibility
2021-07-14 23:14:54 +03:00
kssenii
4fb0762bbb
Merge branch 'add-sqlite-database-path-check' of github.com:kssenii/ClickHouse into add-sqlite-database-path-check
2021-07-14 20:08:11 +00:00
kssenii
e875f1e289
Fix yandex check
2021-07-14 20:07:55 +00:00
Vitaliy Zakaznikov
521916c203
Fixing RBAC sample by tests in TestFlows.
2021-07-14 15:40:04 -04:00
Alexey
83460e8db9
Example changed to show casting float to decimal
...
Other fixes and improvements
2021-07-14 19:27:32 +00:00
alexey-milovidov
28067f73d2
Merge pull request #26322 from ClickHouse/play-ui-save-url
...
Save server address in history URLs in Play UI
2021-07-14 22:08:10 +03:00
Azat Khuzhin
61d6e30ffa
Make socket poll() 7x faster (by replacing epoll() with poll())
2021-07-14 21:22:23 +03:00
Alexey Milovidov
18c985a7d7
Save server address in history URLs in Play UI
2021-07-14 21:16:16 +03:00
Kseniia Sumarokova
ef0ebaf55c
Update SQLiteUtils.cpp
2021-07-14 20:20:41 +03:00
tavplubix
41bb8acbb5
Update StorageReplicatedMergeTree.cpp
2021-07-14 20:05:50 +03:00
Raúl Marín
901e251d53
Add profile events to sleep function calls
2021-07-14 18:44:09 +02:00
Filatenkov Artur
f1702d356e
Merge pull request #26120 from lthaooo/settings-merge_selecting_sleep_ms
...
add merge_selecting_sleep_ms setting
2021-07-14 18:28:47 +03:00
Amos Bird
28b567a01b
Update
2021-07-14 23:09:17 +08:00