Jackie-Jiang commented on issue #10608:
URL: https://github.com/apache/pinot/issues/10608#issuecomment-1518534630

   @abhioncbr The overall goal is to keep the existing config work if new 
config is not provided, and use the new config if provided. So if the 
`partitionColumn` is provided in both places, we can either throw an exception 
to let the user know the config is invalid (preferred, can be done within the 
`TableConfigUtils.validate()`), or just use the one from the new config.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to