noob-se7en commented on PR #16868: URL: https://github.com/apache/pinot/pull/16868#issuecomment-3481530487
> @noob-se7en > > 1. Will it impact segment reload (due to schema change ) etc? > > * It's impact on existing segments: Given that these are transformation at the time of ingestion, were we failing segment build for such scenarios (referring to the issues mentioned above) ? > * It's impact on pauseless ingestion i.e. scenarios of continued ingestion without segment build. Will we rely on DR here ? > 2. How are we handling transformations for such scenarios ? Is the expectation that the column being transformed is part of the schema. I don't understand the questions fully. Code changes are only in MutableSegmentImpl. It should not impact reload of segments right? This PR is only meant for supporting realtime ingestion aggregation (which happens during indexing of mutable segments) -- 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]
