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-564372114 Simply, We can find more details in `HiveInspectors`. The important difference between `DEFAULT` and `JAVA` is `preferWritable()` that decide to make `Text` or `String`. As default hive serde, spark use `LazySimpleSerDe` which preferWritable is always true. I think there is no other effects because `HiveInspectors` is already compatible.
---------------------------------------------------------------- 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]
