spark-instrumented-optimizer/repl
Holden Karau 9216901d52 [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add much and remove whitelisting
## What changes were proposed in this pull request?

Avoid using postfix operation for command execution in SQLQuerySuite where it wasn't whitelisted and audit existing whitelistings removing postfix operators from most places. Some notable places where postfix operation remains is in the XML parsing & time units (seconds, millis, etc.) where it arguably can improve readability.

## How was this patch tested?

Existing tests.

Author: Holden Karau <holden@us.ibm.com>

Closes #14407 from holdenk/SPARK-16779.
2016-08-08 15:54:03 -07:00
..
scala-2.10/src [SPARK-16812] Open up SparkILoop.getAddedJars 2016-07-30 23:05:03 -07:00
scala-2.11/src [SPARK-16540][YARN][CORE] Avoid adding jars twice for Spark running on yarn 2016-07-14 10:40:59 -07:00
src [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add much and remove whitelisting 2016-08-08 15:54:03 -07:00
pom.xml [SPARK-16770][BUILD] Fix JLine dependency management and version (Sca… 2016-08-03 17:07:10 -07:00