spark git commit: [SPARK-5648][SQL] support alter ... unset tblproperties(key)

2015-02-09 Thread marmbrus
Repository: spark
Updated Branches:
  refs/heads/branch-1.3 15f557fd9 - e2bf59af1


[SPARK-5648][SQL] support alter ... unset tblproperties(key)

make hivecontext support alter ... unset tblproperties(key)
like :
alter view viewName unset tblproperties(k)
alter table tableName unset tblproperties(k)

Author: DoingDone9 799203...@qq.com

Closes #4424 from DoingDone9/unset and squashes the following commits:

6dd8bee [DoingDone9] support alter ... unset tblproperties(key)

(cherry picked from commit d08e7c2b498584609cb3c7922eaaa2a0d115603f)
Signed-off-by: Michael Armbrust mich...@databricks.com


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e2bf59af
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e2bf59af
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e2bf59af

Branch: refs/heads/branch-1.3
Commit: e2bf59af1aea7c59114da74bf6739d14f3ad9c60
Parents: 15f557f
Author: DoingDone9 799203...@qq.com
Authored: Mon Feb 9 16:40:26 2015 -0800
Committer: Michael Armbrust mich...@databricks.com
Committed: Mon Feb 9 16:40:42 2015 -0800

--
 sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/e2bf59af/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
--
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala 
b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
index 2a4b880..f51af62 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
@@ -103,6 +103,7 @@ private[hive] object HiveQl {
 TOK_CREATEINDEX,
 TOK_DROPDATABASE,
 TOK_DROPINDEX,
+TOK_DROPTABLE_PROPERTIES,
 TOK_MSCK,
 
 TOK_ALTERVIEW_ADDPARTS,
@@ -111,6 +112,7 @@ private[hive] object HiveQl {
 TOK_ALTERVIEW_PROPERTIES,
 TOK_ALTERVIEW_RENAME,
 TOK_CREATEVIEW,
+TOK_DROPVIEW_PROPERTIES,
 TOK_DROPVIEW,
 
 TOK_EXPORT,


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [SPARK-5648][SQL] support alter ... unset tblproperties(key)

2015-02-09 Thread marmbrus
Repository: spark
Updated Branches:
  refs/heads/master 0ee53ebce - d08e7c2b4


[SPARK-5648][SQL] support alter ... unset tblproperties(key)

make hivecontext support alter ... unset tblproperties(key)
like :
alter view viewName unset tblproperties(k)
alter table tableName unset tblproperties(k)

Author: DoingDone9 799203...@qq.com

Closes #4424 from DoingDone9/unset and squashes the following commits:

6dd8bee [DoingDone9] support alter ... unset tblproperties(key)


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d08e7c2b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d08e7c2b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d08e7c2b

Branch: refs/heads/master
Commit: d08e7c2b498584609cb3c7922eaaa2a0d115603f
Parents: 0ee53eb
Author: DoingDone9 799203...@qq.com
Authored: Mon Feb 9 16:40:26 2015 -0800
Committer: Michael Armbrust mich...@databricks.com
Committed: Mon Feb 9 16:40:26 2015 -0800

--
 sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/d08e7c2b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
--
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala 
b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
index 2a4b880..f51af62 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
@@ -103,6 +103,7 @@ private[hive] object HiveQl {
 TOK_CREATEINDEX,
 TOK_DROPDATABASE,
 TOK_DROPINDEX,
+TOK_DROPTABLE_PROPERTIES,
 TOK_MSCK,
 
 TOK_ALTERVIEW_ADDPARTS,
@@ -111,6 +112,7 @@ private[hive] object HiveQl {
 TOK_ALTERVIEW_PROPERTIES,
 TOK_ALTERVIEW_RENAME,
 TOK_CREATEVIEW,
+TOK_DROPVIEW_PROPERTIES,
 TOK_DROPVIEW,
 
 TOK_EXPORT,


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org