Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20018#discussion_r158407620
  
    --- Diff: 
examples/src/main/scala/org/apache/spark/examples/sql/hive/SparkHiveExample.scala
 ---
    @@ -102,8 +101,41 @@ object SparkHiveExample {
         // |  4| val_4|  4| val_4|
         // |  5| val_5|  5| val_5|
         // ...
    -    // $example off:spark_hive$
     
    +    // Create Hive managed table with parquet
    +    sql("CREATE TABLE records(key int, value string) STORED AS PARQUET")
    +    // Save DataFrame to Hive Managed table as Parquet format
    --- End diff --
    
    `Managed` -> `managed`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to