You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/11/24 16:15:12 UTC

[jira] [Commented] (SPARK-4574) Adding support for defining schema in foreign DDL commands.

    [ https://issues.apache.org/jira/browse/SPARK-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223041#comment-14223041 ] 

Apache Spark commented on SPARK-4574:
-------------------------------------

User 'scwf' has created a pull request for this issue:
https://github.com/apache/spark/pull/3431

> Adding support for defining schema in foreign DDL commands.
> -----------------------------------------------------------
>
>                 Key: SPARK-4574
>                 URL: https://issues.apache.org/jira/browse/SPARK-4574
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 1.1.0
>            Reporter: wangfei
>             Fix For: 1.2.0
>
>
> Adding support for defining schema in foreign DDL commands. Now foreign DDL support commands like:
>    CREATE TEMPORARY TABLE avroTable
>    USING org.apache.spark.sql.avro
>    OPTIONS (path "../hive/src/test/resources/data/files/episodes.avro")
> Let user can define schema instead of infer from file, so we can support ddl command as follows:
>    CREATE TEMPORARY TABLE avroTable(a int, b string)
>    USING org.apache.spark.sql.avro
>    OPTIONS (path "../hive/src/test/resources/data/files/episodes.avro")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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