abhioncbr commented on code in PR #10790: URL: https://github.com/apache/pinot/pull/10790#discussion_r1204907532
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java: ########## @@ -239,6 +239,7 @@ private static TransferableBlock composeSelectTransferableBlock(InstanceResponse + " Column Ordering: " + Arrays.toString(columnIndices)); return composeColumnIndexedTransferableBlock(responseBlock, adjustedResultSchema, columnIndices); } else { + handleBytesDataType(desiredDataSchema.getColumnDataTypes(), resultSchema.getColumnDataTypes()); Review Comment: It is updated as per the comments. Please have another look. Thanks -- 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