GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/20617
[MINOR][SQL] Fix an error message about inserting into bucketed tables
## What changes were proposed in this pull request?
This replaces `Sparkcurrently` to `Spark currently` in the following error
message.
```scala
scala> sql("insert into t2 select * from v1")
org.apache.spark.sql.AnalysisException: Output Hive table `default`.`t2`
is bucketed but Sparkcurrently does NOT populate bucketed ...
```
## How was this patch tested?
Manual.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/spark SPARK-ERROR-MSG
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20617.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 #20617
----
commit 180413a23eeb8a13a3d4d1783aa249413176cf20
Author: Dongjoon Hyun <dongjoon@...>
Date: 2018-02-15T07:52:00Z
[MINOR][SQL] Fix an error message about inserting into bucketed tables
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]