aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorCheng Lian <lian.cs.zju@gmail.com>2014-06-10 01:14:44 -0700
committerMichael Armbrust <michael@databricks.com>2014-06-10 01:14:44 -0700
commita9a461c594fd20e46947e318095df60bddb67559 (patch)
treec489e80b7dc85a90ee7b7e3aa17eaea04fcc21d3 /sql
parent08ed9ad81397b71206c4dc903bfb94b6105691ed (diff)
downloadspark-a9a461c594fd20e46947e318095df60bddb67559.tar.gz
spark-a9a461c594fd20e46947e318095df60bddb67559.tar.bz2
spark-a9a461c594fd20e46947e318095df60bddb67559.zip
Moved hiveOperators.scala to the right package folder
The package is `org.apache.spark.sql.hive.execution`, while the file was placed under `sql/hive/src/main/scala/org/apache/spark/sql/hive/`. Author: Cheng Lian <lian.cs.zju@gmail.com> Closes #1029 from liancheng/moveHiveOperators and squashes the following commits: d632eb8 [Cheng Lian] Moved hiveOperators.scala to the right package folder
Diffstat (limited to 'sql')
-rw-r--r--sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/hiveOperators.scala (renamed from sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveOperators.scala)0
1 files changed, 0 insertions, 0 deletions
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveOperators.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/hiveOperators.scala
index 29b4b9b006..29b4b9b006 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveOperators.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/hiveOperators.scala