abhishekbafna commented on code in PR #15733: URL: https://github.com/apache/pinot/pull/15733#discussion_r2079666999
########## pinot-common/src/main/java/org/apache/pinot/common/utils/helix/PinotHelixPropertyStoreZnRecordProvider.java: ########## @@ -51,6 +51,10 @@ public static PinotHelixPropertyStoreZnRecordProvider forSegments(ZkHelixPropert return new PinotHelixPropertyStoreZnRecordProvider(propertyStore, "/SEGMENTS"); } + public static PinotHelixPropertyStoreZnRecordProvider forLogicalTable(ZkHelixPropertyStore<ZNRecord> propertyStore) { Review Comment: This used in the `PinotHelixResourceManager#getAllLogicalTableNames`. previous it was parsing all the logical table configs, now it only reads the files and determines it. The same approach is used in the get schema as well. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org