Skip to content
Snippets Groups Projects
Commit 9216901d authored by Holden Karau's avatar Holden Karau Committed by Marcelo Vanzin
Browse files

[SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add...

[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.
parent 86502390
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 30 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment