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

    https://github.com/apache/spark/pull/17247#discussion_r105489225
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala 
---
    @@ -1865,4 +1865,12 @@ class HiveDDLSuite
           }
         }
       }
    +
    +  test("SPARK-19905: Hive SerDe table input paths") {
    +    withTable("spark_19905") {
    +      spark.range(10).createOrReplaceTempView("spark_19905_view")
    +      sql("CREATE TABLE spark_19905 STORED AS RCFILE AS SELECT * FROM 
spark_19905_view")
    +      assert(spark.table("spark_19905").inputFiles.nonEmpty)
    --- End diff --
    
    `input_file_name` and `Dataset.inputFiles` are different code paths.


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