Repository: spark
Updated Branches:
refs/heads/branch-2.2 25e87d80c -> dc51be1e7
[SPARK-20908][SQL] Cache Manager: Hint should be ignored in plan matching
### What changes were proposed in this pull request?
In Cache manager, the plan matching should ignore Hint.
```Scala
val df1 = spar
Repository: spark
Updated Branches:
refs/heads/master 3969a8078 -> 06c155c90
[SPARK-20908][SQL] Cache Manager: Hint should be ignored in plan matching
### What changes were proposed in this pull request?
In Cache manager, the plan matching should ignore Hint.
```Scala
val df1 = spark.ra
Repository: spark
Updated Branches:
refs/heads/master 08ede46b8 -> 3969a8078
[SPARK-20876][SQL] If the input parameter is float type for ceil or floor,the
result is not we expected
## What changes were proposed in this pull request?
spark-sql>SELECT ceil(cast(12345.1233 as float));
spark-sql
Repository: spark
Updated Branches:
refs/heads/branch-2.2 f2408bdd7 -> 25e87d80c
[SPARK-20897][SQL] cached self-join should not fail
## What changes were proposed in this pull request?
The failed test case is, we have a `SortMergeJoinExec` for a self-join, which
means we have a `ReusedExchan
Repository: spark
Updated Branches:
refs/heads/master 8faffc416 -> 08ede46b8
[SPARK-20897][SQL] cached self-join should not fail
## What changes were proposed in this pull request?
The failed test case is, we have a `SortMergeJoinExec` for a self-join, which
means we have a `ReusedExchange`
Repository: spark
Updated Branches:
refs/heads/master 6c1dbd6fc -> 8faffc416
[SPARK-20875] Spark should print the log when the directory has been deleted
[https://issues.apache.org/jira/browse/SPARK-20875](https://issues.apache.org/jira/browse/SPARK-20875)
When the "deleteRecursively" method i
Repository: spark
Updated Branches:
refs/heads/branch-2.1 ebd72f453 -> 38f37c557
[SPARK-20393][WEBU UI] Strengthen Spark to prevent XSS vulnerabilities
Add stripXSS and stripXSSMap to Spark Core's UIUtils. Calling these functions
at any point that getParameter is called against a HttpServletR