Jackie-Jiang commented on a change in pull request #5175: add pinot upsert features to pinot common URL: https://github.com/apache/incubator-pinot/pull/5175#discussion_r397355590
########## File path: pinot-common/src/main/java/org/apache/pinot/common/config/TableConfig.java ########## @@ -30,17 +30,21 @@ import java.util.List; import java.util.Map; import javax.annotation.Nullable; +import javax.validation.constraints.Null; Review comment: Wrong import ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
