forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from rxin/packagename
Rename shark2 package to execution.
- Loading branch information
Showing
27 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...la/catalyst/shark2/FunctionRegistry.scala → ...catalyst/execution/FunctionRegistry.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...la/catalyst/shark2/MetastoreCatalog.scala → ...catalyst/execution/MetastoreCatalog.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/scala/catalyst/shark2/SharkPlan.scala → .../scala/catalyst/execution/SharkPlan.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/scala/catalyst/shark2/Transform.scala → .../scala/catalyst/execution/Transform.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
import catalyst.expressions._ | ||
import shark.SharkContext | ||
|
2 changes: 1 addition & 1 deletion
2
...in/scala/catalyst/shark2/aggregates.scala → ...scala/catalyst/execution/aggregates.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
import catalyst.errors._ | ||
import catalyst.expressions._ | ||
|
2 changes: 1 addition & 1 deletion
2
...cala/catalyst/shark2/basicOperators.scala → ...a/catalyst/execution/basicOperators.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/scala/catalyst/shark2/debug.scala → ...main/scala/catalyst/execution/debug.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
object DebugQuery { | ||
def apply(plan: SharkPlan): SharkPlan = { | ||
|
2 changes: 1 addition & 1 deletion
2
...scala/catalyst/shark2/hiveOperators.scala → ...la/catalyst/execution/hiveOperators.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/scala/catalyst/shark2/joins.scala → ...main/scala/catalyst/execution/joins.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
import org.apache.spark.rdd.RDD | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...la/catalyst/shark2/BigDataBenchmark.scala → ...catalyst/execution/BigDataBenchmark.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
import java.io.File | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...scala/catalyst/shark2/DslQueryTests.scala → ...la/catalyst/execution/DslQueryTests.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
import org.scalatest.{BeforeAndAfterAll, FunSuite} | ||
|
||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...catalyst/shark2/HiveComparisionTest.scala → ...alyst/execution/HiveComparisionTest.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
import shark.{SharkContext, SharkEnv} | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/catalyst/shark2/HiveCompatability.scala → ...atalyst/execution/HiveCompatability.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
import java.io._ | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/catalyst/shark2/HiveQueryFileTest.scala → ...atalyst/execution/HiveQueryFileTest.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
import java.io._ | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...cala/catalyst/shark2/HiveQueryTests.scala → ...a/catalyst/execution/HiveQueryTests.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...catalyst/shark2/HiveResolutionSuite.scala → ...alyst/execution/HiveResolutionSuite.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...talyst/shark2/HiveTypeCoersionSuite.scala → ...yst/execution/HiveTypeCoersionSuite.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package catalyst | ||
package shark2 | ||
package execution | ||
|
||
/** | ||
* A set of tests that validate type promotion rules. | ||
|