Alexander Tokmakov
a2101c9b1c
better code
2020-04-07 02:22:44 +03:00
Nikita Mikhaylov
0c0eff36d1
move
2020-04-06 23:34:04 +03:00
Alexander Kuzmenkov
0642619afe
Merge pull request #9992 from ClickHouse/aku/fix-tests-for-random-order
...
Fix some tests for random execution order
2020-04-06 23:33:56 +03:00
alesapin
107c5b7860
Merge pull request #10063 from ClickHouse/fix-GroupingAggregatedTransform-single-level
...
Fix GroupingAggregatedTransform for single-level aggregation. Add test.
2020-04-06 22:13:15 +03:00
alesapin
04e3e3179c
Add converting stream to localhost clickhouse dict
2020-04-06 22:09:39 +03:00
Vitaly Baranov
2296472195
Enable access management in stateless tests.
2020-04-06 21:55:25 +03:00
alesapin
f0124ffc2b
Fix runner script
2020-04-06 21:30:51 +03:00
Nikolai Kochetov
4fd5ef8bad
Review fixes.
2020-04-06 21:05:45 +03:00
alesapin
c17fa34fa5
Fix bug with uncompressed checksums in CHECK TABLE query
2020-04-06 20:00:29 +03:00
Artem Zuikov
174136a1e0
inflating cross join ( #10029 )
2020-04-06 16:39:57 +03:00
Alexander Tokmakov
08bae4668d
Merge branch 'master' into database_atomic
2020-04-06 16:18:07 +03:00
alesapin
848678d656
Now layout type for dictionaries DDL with no arguments can be written without brackets
2020-04-06 14:02:17 +03:00
Anton Popov
79024d73a2
improve performance of index analysis with monotonic functions
2020-04-06 13:37:34 +03:00
Nikolai Kochetov
0117c194c5
Fix GroupingAggregatedTransform for single-level aggregation. Add test.
2020-04-06 13:33:59 +03:00
alesapin
1cb072d58a
Merge branch 'master' into alter_rename_column
2020-04-06 11:40:27 +03:00
Ivan Lezhankin
a25b2815aa
Merge branch 'master' into pytest
2020-04-04 19:51:52 +03:00
Avogar
fbc11d3bf9
Move files
2020-04-04 17:04:20 +03:00
Azat Khuzhin
1777e2fd6b
Regression for Distributed-over-Distributed when nested table has only one shard
2020-04-04 13:47:34 +03:00
Vasily Nemkov
b441e8a408
Integration test for Distributed over Distributed (from #8640 )
2020-04-04 13:47:34 +03:00
Alexander Tokmakov
c080e6c969
resolve table uuid another way
2020-04-04 02:37:58 +03:00
Alexander Kuzmenkov
49bc33ed34
Update 01073_attach_if_not_exists.sql
2020-04-03 18:59:59 +03:00
Alexander Kuzmenkov
9d5ece27c7
Merge pull request #10025 from ClickHouse/aku/shm-trailing-zeros
...
Support trailing zero bytes in string hash map
2020-04-03 18:16:52 +03:00
Ivan Lezhankin
ade3e026fa
Some fixes
2020-04-03 16:54:11 +03:00
alesapin
3b498c603b
Fix stupid bug in parser
2020-04-03 15:26:57 +03:00
alesapin
a027b33195
Better test
2020-04-03 14:19:17 +03:00
alesapin
f3e3df4593
Better test
2020-04-03 14:15:43 +03:00
Alexander Kuzmenkov
7a1d40507a
fix more tests
2020-04-03 12:55:22 +03:00
alesapin
763669f3dc
Better test and correct access rights
2020-04-03 12:53:31 +03:00
alesapin
4902346f86
Merge branch 'master' into alter_rename_column
2020-04-03 12:00:15 +03:00
Alexander Tokmakov
9c67d2716e
Merge branch 'master' into database_atomic
2020-04-03 03:19:11 +03:00
Alexander Kuzmenkov
cd88b5380c
Performance comparison fixes
2020-04-02 21:44:58 +03:00
alesapin
9e49d7c8cb
One more test for indices
2020-04-02 21:31:27 +03:00
alesapin
0606b7e4df
Renames for compact parts
2020-04-02 21:24:11 +03:00
Alexander Kuzmenkov
cd76ba3c19
Support trailing zero bytes in string hash map.
2020-04-02 20:19:57 +03:00
Alexander Kuzmenkov
f98d38baaf
Merge remote-tracking branch 'origin/master' into HEAD
2020-04-02 20:03:20 +03:00
alesapin
5b133dd1ce
Add default columns alter
2020-04-02 19:11:10 +03:00
alesapin
93907f0985
Fix reference and move files
2020-04-02 13:09:44 +03:00
Ivan Lezhankin
3b716b07ba
Fix broken links
2020-04-02 12:10:09 +03:00
alesapin
918e145ea5
Fix integration test
2020-04-02 11:51:21 +03:00
Ivan Lezhankin
c0a595355a
Move more dbms/tests to top-level
2020-04-02 03:32:39 +03:00
Ivan
97f2a2213e
Move all folders inside /dbms one level up ( #9974 )
...
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00
Azat Khuzhin
22bedec33e
Add 01683_dist_INSERT_block_structure_mismatch into arcadia_skip_list
2020-02-03 08:05:00 +03:00
Azat Khuzhin
5070b8a76a
Update test_insert_distributed_async_send for recent block conversion changes
...
After the implicit conversion had been added, String and
Nullable(String) successfully converted, let's use UInt64 over
Nullable(String).
2021-02-02 21:38:29 +03:00
Azat Khuzhin
edd79e3faf
Suppress warnings in 01457_create_as_table_function_structure
2021-02-02 10:16:41 +03:00
Azat Khuzhin
594c6b0dd4
Suppress warnings in 00967_insert_into_distributed_different_types
2021-02-02 10:16:41 +03:00
Azat Khuzhin
f53c9a6b25
Fix "Block structure mismatch" for INSERT into Distributed
...
Add missing conversion (via ConvertingBlockInputStream) for INSERT into
remote nodes (for sync insert, async insert and async batch insert),
like for local nodes (in DistributedBlockOutputStream::writeBlockConverted).
This is required when the structure of the Distributed table differs
from the structure of the local table.
And also add a warning message, to highlight this in logs (since this
works slower).
Fixes : #19888
2021-02-02 10:16:41 +03:00