GitHub user holdenk opened a pull request:
https://github.com/apache/spark/pull/14407
[SPARK-16779][TRIVIAL][WIP] Avoid using postfix operator for command
execution in SQLQuerySuite
## What changes were proposed in this pull request?
Avoid using postfix operation for command execution in SQLQuerySuite. We
could make this change in other places if we want - but here we hadn't already
whitelisted postfix operations and it is the only postfix operation in this
file.
## How was this patch tested?
Existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/holdenk/spark SPARK-16779
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14407.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 #14407
----
commit 0608b9f4f05aa58bf264f6eb90c690b754c63814
Author: Holden Karau <[email protected]>
Date: 2016-07-27T22:51:04Z
Add postix ops import
commit bb82dce2b828da1e8aa99f8e6b1cd33c3ed7f05c
Author: Holden Karau <[email protected]>
Date: 2016-07-27T22:57:38Z
Wait we can rewrite this to just avoid postfix and also avoid slurping the
result as a string we throw away
----
---
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]