walterddr commented on code in PR #11732:
URL: https://github.com/apache/pinot/pull/11732#discussion_r1346270453


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/serde/ProtoSerializationUtils.java:
##########
@@ -148,7 +148,7 @@ private static Plan.MemberVariableField 
serializeMemberVariable(Object fieldObje
     } else if (fieldObject instanceof String) {
       builder.setLiteralField(stringField((String) fieldObject));
     } else if (fieldObject instanceof byte[]) {
-      builder.setLiteralField(bytesField(ByteString.copyFrom((byte[]) 
fieldObject)));
+      builder.setLiteralField(bytesField((byte[]) fieldObject));

Review Comment:
   ignored my comment here. we have separate field in proto going forward. so 
this is solely for byte[]



-- 
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]

Reply via email to