walterddr commented on code in PR #10214: URL: https://github.com/apache/pinot/pull/10214#discussion_r1107364196
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/blocks/TransferableBlock.java: ########## @@ -53,7 +55,7 @@ public TransferableBlock(List<Object[]> container, DataSchema dataSchema, DataBl } @VisibleForTesting - TransferableBlock(List<Object[]> container, DataSchema dataSchema, DataBlock.Type containerType, + public TransferableBlock(List<Object[]> container, DataSchema dataSchema, DataBlock.Type containerType, Review Comment: revert access change -- 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]
