agavra opened a new pull request, #9818: URL: https://github.com/apache/pinot/pull/9818
see description. Also: - fixed a bug in `DataBlockBuilder` where it's possible to get a `byte[]` instead of `ByteArray` from transferable block - (the Segment builder uses `PintoDataType#convert`, which for `PinotDataType.BYTES` returns a `byte[]` and not a `ByteArray`). Not sure if this is a bug in Pinot v1, but I figured it's safer to just fix `DataBlockBuilder` to account for both cases. - cleaned up some error messages - added necessary comparators for testing -- 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