laxmanchekka opened a new issue, #8945: URL: https://github.com/apache/pinot/issues/8945
Version: 0.10.0 Current implementation is too restrictive. It almost allows no change other than column addition. Few examples which we came across after upgrade (0.10.0 from 0.7.1) - Change in default value - Change from dimension to metric - Change in granularity of a DateTimeField - Changing the maxLength of a column These changes were allowed (due to a bug however) in 0.7.1 Checking for compatibility is very important. But, making it too restrictive also makes it unusable and something we need to fix I believe. More discussion and details in this thread. https://apache-pinot.slack.com/archives/CDRCA57FC/p1655230812461749 -- 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]
