richardstartin commented on PR #8796:
URL: https://github.com/apache/pinot/pull/8796#issuecomment-1142669855

   Segments produced by the existing code can still be consumed, but the 
existing code isn’t _forward compatible_ with a limit increase. This change can 
be made safely in two stages as mentioned above: 1) release these code changes 
but enforce a 2GB limit, which makes the reader code forward compatible with a 
limit increase but can’t produce unreadable segments, then 2) relax the 2GB 
limit in the next release. This just requires upgrading users not to skip 
versions.


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