clintropolis commented on issue #9559: error on value counter overflow instead of writing sad segments URL: https://github.com/apache/druid/pull/9559#issuecomment-604643356 >Can this happen? maxRowsPerSegment is an Integer in the partitionSpec It _shouldn't_ happen, but nothing in the serializer was ensuring this, so it is a defensive mechanism since this part of the code is rather far away from where `maxRowsPerSegment` is supposed to be enforced.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
