lksvenoy-r7 opened a new pull request, #9077: URL: https://github.com/apache/pinot/pull/9077
This is a bug fix for the SegmentProcessorAvroUtils during the conversion of a pinot schema to an avro schema. Since the field specs are a collection, order is not guaranteed. Avro schema rely on order, which means that multiple invocations of this method may result in different ordering, causing serialization to break. This change ensures the avro schema produced is predictable on all invocations by ordering the field specs prior to iterating them. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org