gortiz commented on code in PR #12451: URL: https://github.com/apache/pinot/pull/12451#discussion_r1514496150
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BaseTableUpsertMetadataManager.java: ########## @@ -55,20 +39,11 @@ public abstract class BaseTableUpsertMetadataManager implements TableUpsertMetad private static final Logger LOGGER = LoggerFactory.getLogger(BaseTableUpsertMetadataManager.class); protected String _tableNameWithType; - protected TableDataManager _tableDataManager; - protected HelixManager _helixManager; - protected ExecutorService _segmentPreloadExecutor; Review Comment: these are all breaking changes. Third party code may be extending this class and using these attributes -- 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