ulysses-you edited a comment on issue #26831: [SPARK-30201][SQL] 
HiveOutputWriter standardOI should use ObjectInspectorCopyOption.DEFAULT
URL: https://github.com/apache/spark/pull/26831#issuecomment-564810299
 
 
   E.G. A Text table. Hive just read it into `Text`. When we select and print, 
it will to UTF8 string and show somethings we can not readable.
   But Write data use the origin bytes and does not care what code it is. So we 
should avoid convert the bytes to string during writing.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to