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

    https://github.com/apache/spark/pull/1919#discussion_r16340359
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/InsertIntoHiveTable.scala
 ---
    @@ -201,15 +270,78 @@ case class InsertIntoHiveTable(
           }
         }
     
    -    // ORC stores compression information in table properties. While, 
there are other formats
    -    // (e.g. RCFile) that rely on hadoop configurations to store 
compression information.
    -    val jobConf = new JobConf(sc.hiveconf)
    -    saveAsHiveFile(
    -      rdd,
    -      outputClass,
    -      fileSinkConf,
    -      jobConf,
    -      sc.hiveconf.getBoolean("hive.exec.compress.output", false))
    +    if (dynamicPartNum>0) {
    --- End diff --
    
    Spaces around `>`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to