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

    https://github.com/apache/spark/pull/12565#discussion_r60617642
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveSqlParser.scala 
---
    @@ -140,7 +140,7 @@ class HiveSqlAstBuilder(conf: SQLConf) extends 
SparkSqlAstBuilder(conf) {
           format(inRowFormat, "hive.script.recordreader")
     
         val (outFormat, outSerdeClass, outSerdeProps, writer) =
    -      format(outRowFormat, "hive.script.recordwriter")
    +      format(inRowFormat, "hive.script.recordwriter")
    --- End diff --
    
    cc @hvanhovell this is pretty weird -- i think having this be outRowFormat 
actually breaks some tests.



---
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