GitHub user lvdongr opened a pull request:
https://github.com/apache/spark/pull/18756
[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?
unit tests, integration tests, 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/18756.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 #18756
----
commit 01af8ce69afeade8bb034c6965de0f3738f12fd5
Author: lvdongr <[email protected]>
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 <[email protected]>
Date: 2017-03-11T06:35:57Z
Merge remote-tracking branch 'apache/master'
commit e0e47b1da93b90210e44abc6e90655d3028555ec
Author: lvdongr <[email protected]>
Date: 2017-04-12T07:20:01Z
Merge remote-tracking branch 'apache/master'
commit f4ab88111c5b8e9700eacc1acfa3858aed45124e
Author: lvdongr <[email protected]>
Date: 2017-07-27T01:54:56Z
isklakldsng branch 'apache/master'
commit 463e570f9e05f785834e27bd535cfbb3b7cb7dfb
Author: lvdongr <[email protected]>
Date: 2017-07-27T12:09:47Z
Merge remote-tracking branch 'apache/master'
commit 2a40d64bcad6613892a54bc3052a634f59c14c65
Author: lvdongr <[email protected]>
Date: 2017-07-28T06:56:15Z
[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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]