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

Hyukjin Kwon resolved SPARK-26556.
----------------------------------
    Resolution: Not A Problem

> Create table using lengthy provider when you use thrid party connector.
> -----------------------------------------------------------------------
>
>                 Key: SPARK-26556
>                 URL: https://issues.apache.org/jira/browse/SPARK-26556
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0
>            Reporter: jiaan.geng
>            Priority: Minor
>
> Spark sql has built-in support for some data sources, such as jdbc, orc, 
> json, and avro.
> For example:
> create table class_room
>  (
>  id long,
>  name string,
>  comment string
> ) using orc
> But,spark sql Create table using lengthy provider when you use thrid party 
> connector.
> For example:
> create table class_room
> (
> id long,
> name string,
> comment string
> ) using org.elasticsearch.spark.sql
> Maybe there could have a improvement for simplify.
> For example:
> create table class_room
> (
> id long,
> name string,
> comment string
> ) using es



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to