You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by lvdongr <gi...@git.apache.org> on 2017/07/27 14:04:16 UTC

[GitHub] spark pull request #18751: [SPARK-21548][SQL]Support insert into serial colu...

GitHub user lvdongr opened a pull request:

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

    [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,...)".
    https://issues.apache.org/jira/browse/SPARK-21548
    
    ## 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 spark21548

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

    https://github.com/apache/spark/pull/18751.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 #18751
    
----
commit 01af8ce69afeade8bb034c6965de0f3738f12fd5
Author: lvdongr <lv...@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...@zte.com.cn>
Date:   2017-03-11T06:35:57Z

    Merge remote-tracking branch 'apache/master'

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

    Merge remote-tracking branch 'apache/master'

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

    isklakldsng branch 'apache/master'

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

    Merge remote-tracking branch 'apache/master'

commit 0be180991d87a82d3075b6d63f28486799fc872d
Author: lvdongr <lv...@zte.com.cn>
Date:   2017-07-27T13:25:24Z

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

----


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

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


[GitHub] spark issue #18751: [SPARK-21548][SQL]Support insert into serial columns of ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18751
  
    Can one of the admins verify this patch?


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

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


[GitHub] spark pull request #18751: [SPARK-21548][SQL]Support insert into serial colu...

Posted by lvdongr <gi...@git.apache.org>.
Github user lvdongr closed the pull request at:

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


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

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