zhtaoxiang commented on code in PR #8959:
URL: https://github.com/apache/pinot/pull/8959#discussion_r905597554
##########
pinot-common/src/main/java/org/apache/pinot/common/metadata/ZKMetadataProvider.java:
##########
@@ -130,7 +130,13 @@ public static String
constructPropertyStorePathForSegmentLineage(String tableNam
return StringUtil.join("/", PROPERTYSTORE_SEGMENT_LINEAGE,
tableNameWithType);
}
- public static String constructPropertyStorePathForMinionTaskMetadata(String
taskType, String tableNameWithType) {
+ public static String
constructPropertyStorePathForMinionTaskMetadataNewFormat(
Review Comment:
interesting, the format does not take effects until I manually reformat the
file 🤔
--
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]