aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2016-03-08 18:11:09 -0800
committerReynold Xin <rxin@databricks.com>2016-03-08 18:11:09 -0800
commit035d3acdf3c1be5b309a861d5c5beb803b946b5e (patch)
tree2ec1cb9a37bd738e5d81f6c34c7b418d167ab461 /core
parentcc4ab37ee78c888867e773d732e2b3ed89683fe2 (diff)
downloadspark-035d3acdf3c1be5b309a861d5c5beb803b946b5e.tar.gz
spark-035d3acdf3c1be5b309a861d5c5beb803b946b5e.tar.bz2
spark-035d3acdf3c1be5b309a861d5c5beb803b946b5e.zip
[SPARK-7286][SQL] Deprecate !== in favour of =!=
This PR replaces #9925 which had issues with CI. **Please see the original PR for any previous discussions.** ## What changes were proposed in this pull request? Deprecate the SparkSQL column operator !== and use =!= as an alternative. Fixes subtle issues related to operator precedence (basically, !== does not have the same priority as its logical negation, ===). ## How was this patch tested? All currently existing tests. Author: Jakob Odersky <jodersky@gmail.com> Closes #11588 from jodersky/SPARK-7286.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions