Jackie-Jiang commented on issue #10442: URL: https://github.com/apache/pinot/issues/10442#issuecomment-1477134133
cc @saurabhd336 to also take a look This is great finding! When writing the segment metadata (`SegmentColumnarIndexCreator.writeMetadata()`), seems there are multiple unordered maps (e.g. `customProperties`). I'd suggest always ordering the keys using alphabetical order. Currently the dimensions (`segment.dimension.column.names`) and metrics (`segment.metric.column.names`) field is using alphabetical order. -- 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]
