You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by sh...@apache.org on 2016/07/15 20:53:37 UTC

incubator-quickstep git commit: Addressed comment issue

Repository: incubator-quickstep
Updated Branches:
  refs/heads/SQL-window-aggregation a69b36577 -> 9496bfbfd


Addressed comment issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/9496bfbf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/9496bfbf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/9496bfbf

Branch: refs/heads/SQL-window-aggregation
Commit: 9496bfbfd6db1282f6e1541d16250580d9d5c930
Parents: a69b365
Author: shixuan-fan <sh...@apache.org>
Authored: Fri Jul 15 20:50:08 2016 +0000
Committer: shixuan-fan <sh...@apache.org>
Committed: Fri Jul 15 20:50:08 2016 +0000

----------------------------------------------------------------------
 expressions/window_aggregation/WindowAggregateFunction.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/9496bfbf/expressions/window_aggregation/WindowAggregateFunction.hpp
----------------------------------------------------------------------
diff --git a/expressions/window_aggregation/WindowAggregateFunction.hpp b/expressions/window_aggregation/WindowAggregateFunction.hpp
index bb3fd60..a1be5e7 100644
--- a/expressions/window_aggregation/WindowAggregateFunction.hpp
+++ b/expressions/window_aggregation/WindowAggregateFunction.hpp
@@ -32,8 +32,8 @@
 namespace quickstep {
 
 class CatalogRelationSchema;
-class WindowAggregationHandle;
 class Type;
+class WindowAggregationHandle;
 
 /** \addtogroup Expressions
  *  @{