Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/18580
---
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 ena
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18580#discussion_r127625865
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/rules.scala
---
@@ -409,6 +409,42 @@ object HiveOnlyCheck extends (LogicalP
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18580#discussion_r127621186
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
---
@@ -74,6 +74,15 @@ trait CheckAnalysis extends Pred
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/18580#discussion_r126599149
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
---
@@ -74,6 +74,15 @@ trait CheckAnalysis extends Predi
Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/18580#discussion_r126323436
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
---
@@ -100,6 +104,10 @@ trait CheckAnalysis extends
Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/18580#discussion_r126323442
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/ColumnExpressionSuite.scala ---
@@ -530,6 +530,20 @@ class ColumnExpressionSuite extends QueryT
GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/18580
[SPARK-21354] [SQL] INPUT FILE related functions do not support more than
one sources
### What changes were proposed in this pull request?
The build-in functions `input_file_name`, `input_fi