You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (JIRA)" <ji...@apache.org> on 2017/07/17 07:00:01 UTC

[jira] [Resolved] (SPARK-21354) INPUT FILE related functions do not support more than one sources

     [ https://issues.apache.org/jira/browse/SPARK-21354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wenchen Fan resolved SPARK-21354.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.3.0

Issue resolved by pull request 18580
[https://github.com/apache/spark/pull/18580]

> INPUT FILE related functions do not support more than one sources
> -----------------------------------------------------------------
>
>                 Key: SPARK-21354
>                 URL: https://issues.apache.org/jira/browse/SPARK-21354
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.2, 2.1.1, 2.2.0
>            Reporter: Xiao Li
>            Assignee: Xiao Li
>             Fix For: 2.3.0
>
>
> {noformat}
> hive> select *, INPUT__FILE__NAME FROM t1, t2;
> FAILED: SemanticException Column INPUT__FILE__NAME Found in more than One Tables/Subqueries
> {noformat}
> The build-in functions {{input_file_name}}, {{input_file_block_start}}, {{input_file_block_length}} do not support more than one sources, like what Hive does. Currently, we do not block it and the outputs are ambiguous.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org