mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
cosmetic changes
This commit is contained in:
parent
395e71c7c2
commit
372b9026d4
@ -569,7 +569,6 @@ public:
|
||||
MergeTreeData & checkStructureAndGetMergeTreeData(const StoragePtr & source_table) const;
|
||||
MergeTreeData & checkStructureAndGetMergeTreeData(IStorage * source_table) const;
|
||||
|
||||
|
||||
MergeTreeData::MutableDataPartPtr cloneAndLoadDataPart(const MergeTreeData::DataPartPtr & src_part, const String & tmp_part_prefix,
|
||||
const MergeTreePartInfo & dst_part_info);
|
||||
|
||||
|
@ -24,5 +24,3 @@ ALTER TABLE test_move_partition_src MOVE PARTITION 1 TO test_move_partition_dest
|
||||
|
||||
SELECT count() FROM test_move_partition_src;
|
||||
SELECT count() FROM test_move_partition_dest;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user