GitHub user watermen reopened a pull request:
https://github.com/apache/spark/pull/4427
[SPARK-5651][SQL] Add input64 in blacklist and add test suit for create
table within backticks
Now spark version is only support
```create table table_in_database_creation.test1 as select * from src limit
1;``` in HiveContext.
This patch is used to support
```create table `table_in_database_creation.test2` as select * from src
limit 1;``` in HiveContext.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/watermen/spark SPARK-5651
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4427.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 #4427
----
commit 1f0e42e6465ce89cea95ff67b3e4c50671fce74a
Author: q00251598 <[email protected]>
Date: 2015-02-10T03:55:33Z
add input64 in blacklist and add test suit
commit c5c8ed18abc27e9b2b48ed74a5771071746a901f
Author: watermen <[email protected]>
Date: 2015-02-10T04:19:48Z
add the generated golden files
----
---
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]