[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-12-23 Thread guowei2
Github user guowei2 closed the pull request at: https://github.com/apache/spark/pull/2953 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-30 Thread guowei2
Github user guowei2 commented on the pull request: https://github.com/apache/spark/pull/2953#issuecomment-61205930 @rxin ,I've attached a doc to JIRA, is it OK? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527141 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527153 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527190 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527163 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527181 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527196 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527811 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/WindowFunction.scala --- @@ -0,0 +1,353 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527805 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/WindowFunction.scala --- @@ -0,0 +1,353 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527873 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionSuite.scala --- @@ -0,0 +1,314 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-28 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/2953#issuecomment-60713308 Can you write a short high level design doc for this change and attach it to JIRA? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2953#issuecomment-60553550 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-27 Thread guowei2
Github user guowei2 commented on the pull request: https://github.com/apache/spark/pull/2953#issuecomment-60553573 aims of step1 ( this pr): 1、support parse sql with complex window define 2、support most of aggregate-functions with window-spec 3、support window range