wirybeaver opened a new issue, #12652: URL: https://github.com/apache/pinot/issues/12652
In the [ingestion transformation wiki page](https://docs.pinot.apache.org/developers/advanced/ingestion-level-transformations#add-a-new-column-during-ingestion), it mentioned that > If a new column is added to table or schema configuration during ingestion, incorrect data may appear in the consuming segment. > To ensure accurate values are reloaded, do the following: Pause consumption (and wait for pause status success) Is it only limited to table which has ingestion transform config? If not, it seems a breaking change since we need to pause consumption for every schema update. Another question: In which scenario the data will incorrectly appears? -- 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]
