[GitHub] spark pull request #15363: [SPARK-17791][SQL] Join reordering using star sch...

2016-10-27 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/15363#discussion_r85391367 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/joins.scala --- @@ -83,10 +88,221 @@ object ReorderJoin extends

[GitHub] spark pull request #15363: [SPARK-17791][SQL] Join reordering using star sch...

2016-10-27 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/15363#discussion_r85388456 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -373,6 +373,11 @@ object SQLConf { .booleanConf

[GitHub] spark pull request #15363: [SPARK-17791][SQL] Join reordering using star sch...

2016-10-24 Thread ioana-delaney
Github user ioana-delaney commented on a diff in the pull request: https://github.com/apache/spark/pull/15363#discussion_r84777635 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StarJoinSuite.scala --- @@ -0,0 +1,354 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #15363: [SPARK-17791][SQL] Join reordering using star sch...

2016-10-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15363#discussion_r84382338 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StarJoinSuite.scala --- @@ -0,0 +1,354 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #15363: [SPARK-17791][SQL] Join reordering using star sch...

2016-10-05 Thread ioana-delaney
GitHub user ioana-delaney opened a pull request: https://github.com/apache/spark/pull/15363 [SPARK-17791][SQL] Join reordering using star schema detection ## What changes were proposed in this pull request? Star schema consists of one or more fact tables referencing a

<    1   2