Github user crlalam commented on a diff in the pull request:
https://github.com/apache/spark/pull/19420#discussion_r143118902
--- 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 --
Hi @dongjoon-hyun ,
Thanks for the review and pointing me to the coding style. Fixed coding
style issues and updated the pull request. Please take a look.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]