GitHub user lvdongr opened a pull request:

    https://github.com/apache/spark/pull/18753

    [SPARK-21548] [SQL] Support insert into serial columns of table

    ## What changes were proposed in this pull request?
    
    When we use the 'insert into ...' statement we can only insert all the 
columns into table.But int some cases,our table has many columns and we are 
only interest in some of them.So we want to support the statement "insert into 
table tbl (column1, column2,...) values (value1, value2, value3,...)".
    
    ## How was this patch tested?
    
    manual tests
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lvdongr/spark SPARK--21548

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/18753.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18753
    
----
commit 01af8ce69afeade8bb034c6965de0f3738f12fd5
Author: lvdongr <lv.dongd...@zte.com.cn>
Date:   2017-03-08T04:09:40Z

    [SPARK-19863][DStream] Whether or not use CachedKafkaConsumer need to be 
configured, when you use DirectKafkaInputDStream to connect the kafka in a 
Spark Streaming application has been successfully created.

commit b6daeec664d757999e257e56fed3844db51515e2
Author: lvdongr <lv.dongd...@zte.com.cn>
Date:   2017-03-11T06:35:57Z

    Merge remote-tracking branch 'apache/master'

commit e0e47b1da93b90210e44abc6e90655d3028555ec
Author: lvdongr <lv.dongd...@zte.com.cn>
Date:   2017-04-12T07:20:01Z

    Merge remote-tracking branch 'apache/master'

commit f4ab88111c5b8e9700eacc1acfa3858aed45124e
Author: lvdongr <lv.dongd...@zte.com.cn>
Date:   2017-07-27T01:54:56Z

    isklakldsng branch 'apache/master'

commit 463e570f9e05f785834e27bd535cfbb3b7cb7dfb
Author: lvdongr <lv.dongd...@zte.com.cn>
Date:   2017-07-27T12:09:47Z

    Merge remote-tracking branch 'apache/master'

commit da882ea569d451b3f2af550b0976a6a059900f6a
Author: lvdongr <lv.dongd...@zte.com.cn>
Date:   2017-07-28T02:56:23Z

    [SPARK-21548][SQL]Support insert into serial columns of table

commit a65be1605865a1159532ba148434d3bb207da64c
Author: lvdongr <lv.dongd...@zte.com.cn>
Date:   2017-07-28T03:03:23Z

    refresh last commit

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to