cosmetic changes

This commit is contained in:
Guillaume Tassery 2019-07-26 12:08:37 +02:00
parent 395e71c7c2
commit 372b9026d4
2 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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;