YasuoStudyJava commented on PR #18221:
URL: https://github.com/apache/flink/pull/18221#issuecomment-1674980230

   @matriv Sorry, I can not understand why use an hex string representation 
when print byte[] like: [1, 2, -3]...
   come to https://issues.apache.org/jira/browse/FLINK-24803, I add some 
comment. 
   
   `// image bytes`
   
   Get the results;
   x'310a' 
   But not:
   [49,10]
   
   So you mean this is reasonable?Please why?
   
   After all, in terms of first impression, I think '[49,10]' is friendly for 
users,not x'310a'. 
   
   And even if this is correct, if the subsequent transfer of this byte array, 
such as to a downstream task, is the data received by the downstream task is 
byte type or hexadecimal data?
   
   


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

Reply via email to