Skip to content

Commit

Permalink
[SPARK-20231] Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioana-delaney committed Apr 5, 2017
1 parent c37c7af commit 99732ff
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,7 @@ case class StarSchemaDetection(conf: SQLConf) extends PredicateHelper {
* The algorithm currently returns only the star join with the largest fact table.
* Choosing the largest fact table on the driving arm to avoid large inners is in
* general a good heuristic. This restriction will be lifted to observe multiple
* star joins e.g.
*
* F1-D1-D2
* |
* F2-D3_D4
*
* or
*
* F1-D1-D2-(D3-S31-S32)
* star joins.
*
* The highlights of the algorithm are the following:
*
Expand Down

0 comments on commit 99732ff

Please sign in to comment.