liuneng1994 commented on code in PR #5529:
URL: https://github.com/apache/incubator-gluten/pull/5529#discussion_r1584301564
##########
cpp-ch/local-engine/Storages/Mergetree/MetaDataHelper.cpp:
##########
@@ -142,5 +147,60 @@ void saveFileStatus(
}
out->finalize();
}
+
+ LOG_DEBUG(&Poco::Logger::get("MetaDataHelper"), "Save part {} metadata
success.", part_name);
+}
+
+
+std::vector<MergeTreeDataPartPtr> mergeParts(
+ std::vector<DB::DataPartPtr> selected_parts,
+ const String & new_part_uuid,
+ CustomStorageMergeTreePtr storage,
+ const String & partition_dir,
+ const String & bucket_dir)
+{
+ // UUID tmp_table_uuid = UUIDHelpers::generateV4();
+ // auto storage = MergeTreeRelParser::parseStorage(
+ // table, local_engine::SerializedPlanParser::global_context,
tmp_table_uuid);
Review Comment:
remove
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]