Sreemanth commented on a change in pull request #5561:
URL: https://github.com/apache/incubator-pinot/pull/5561#discussion_r440560279
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java
##########
@@ -445,6 +445,9 @@ private void verifyTableConfigs(TableConfig newTableConfig)
{
SegmentsValidationAndRetentionConfig SegmentConfigToCompare =
tableConfigToCompare.getValidationConfig();
String newTimeColumnName = newSegmentConfig.getTimeColumnName();
+ if(newTimeColumnName == null) {
Review comment:
@Jackie-Jiang
Moved validation to TableConfigUtils.validate(). New pull request
https://github.com/apache/incubator-pinot/pull/5571
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]