deemoliu commented on code in PR #9062: URL: https://github.com/apache/pinot/pull/9062#discussion_r926044190
########## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java: ########## @@ -183,8 +183,8 @@ protected void doInit() { Preconditions.checkState(schema != null, "Failed to find schema for table: %s", _tableNameWithType); _primaryKeyColumns = schema.getPrimaryKeyColumns(); - Preconditions.checkState(!CollectionUtils.isEmpty(_primaryKeyColumns), - "Primary key columns must be configured for dedup"); + Preconditions Review Comment: gotcha, thanks @Jackie-Jiang. let me re-import the codestyle and revert these. -- 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