ulysses-you commented on issue #26831: [SPARK-30201][SQL] HiveOutputWriter standardOI should use ObjectInspectorCopyOption.DEFAULT URL: https://github.com/apache/spark/pull/26831#issuecomment-564812301 Now spark write pipeline is: Non UTF8 bytes -> UTF8String.fromBytes() -> toString() -> to Text -> write. But the correct write pipeline is: Non UTF8 bytes -> UTF8String.fromBytes() -> getBytes() -> to Text -> write
---------------------------------------------------------------- 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]
