cloud-fan commented on issue #26831: [SPARK-30201][SQL] HiveOutputWriter standardOI should use ObjectInspectorCopyOption.DEFAULT URL: https://github.com/apache/spark/pull/26831#issuecomment-564924327 I think this is a malformed use case. The hive table returns a malformed `UTF8String` (the bytes is not a utf8 encoded string), and we want to write that malformed `UTF8String` to another hive table. I'm OK with the fix here, as an improvement of hive compatibility. We should write the malformed `UTF8String` to hive table as it is.
---------------------------------------------------------------- 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]
