Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19420#discussion_r162532658
--- Diff:
examples/src/main/java/org/apache/spark/examples/sql/hive/JavaSparkHiveExample.java
---
@@ -124,6 +124,13 @@ public static void main(String[] args) {
// ...
// $example off:spark_hive$
+ // Hive serde's are also supported with serde properties.
+ String sqlQuery = "CREATE TABLE src_serde(key decimal(38,18), value
int) USING hive" +
--- End diff --
The indentation here doesn't match the rest of the function.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]