aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/JoinReorderSuite.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20366][SQL] Fix recursive join reordering: inside joins are not reorderedwangzhenhua2017-04-181-3/+46
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-041-3/+4
* [SPARK-20124][SQL] Join reorder should keep the same order of final project a...wangzhenhua2017-03-281-0/+13
* [SPARK-17791][SQL] Join reordering using star schema detectionIoana Delaney2017-03-201-25/+4
* [SPARK-19915][SQL] Exclude cartesian product candidates to reduce the search ...wangzhenhua2017-03-181-3/+38
* [SPARK-17080][SQL] join reorderwangzhenhua2017-03-081-0/+194