Jackie-Jiang opened a new pull request #7259:
URL: https://github.com/apache/pinot/pull/7259


   ## Description
   In #6719 we introduced the native `BOOLEAN` data type support. Before the 
native support, `BOOLEAN` data type is stored as `STRING` within the schema.
   To keep existing schema backward compatible, when different field specs are 
found and the new field spec has `BOOLEAN` data type, set the new field spec's 
data type to `STRING` and compare again. If they match, count it as backward 
compatible schema change.


-- 
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