GitHub user small-wang opened a pull request:
https://github.com/apache/spark/pull/8419
[SPARK-10226][SQL] Fix exclamation mark issue in SparkSQL
When I tested the latest version of spark with exclamation mark, I got
some errors. Then I reseted the spark version and found that commit id
"a2409d1c8e8ddec04b529ac6f6a12b5993f0eeda" brought the bug. With jline version
changing from 0.9.94 to 2.12 after this commit, exclamation mark would be
treated as a special character in ConsoleReader.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/small-wang/spark jira-SPARK-10226-3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/8419.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 #8419
----
commit dad863d602defa0ad99cb46fd3e960677824230f
Author: wangwei <[email protected]>
Date: 2015-08-25T11:06:49Z
SparkSQLCLIDriver_ConsoleReader
commit 74e23c00cfd7fd75b3d0359163bccaf5c64ecf85
Author: wangwei <[email protected]>
Date: 2015-08-25T12:01:16Z
SparkSQLCLIDriver_ConsoleReader_2
commit 68b13cc50a77727772376ab1e6a5dc74bc4c3dc0
Author: wangwei <[email protected]>
Date: 2015-08-25T13:54:42Z
ExpendEvents
----
---
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]