You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by holdenk <gi...@git.apache.org> on 2018/01/19 03:50:17 UTC

[GitHub] spark pull request #19420: [SPARK-22191] [SQL] Add hive serde example with s...

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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org