----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32496/#review78356 -----------------------------------------------------------
exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/parser/UnsupportedOperatorsVisitor.java <https://reviews.apache.org/r/32496/#comment126919> I don't see why this refers to DRILL-1921 which does not mention window function anywhere.. that JIRA only talks about set operations and crossjoin and in fact is already 'fixed'. If a user got the 'window functions are disabled' error message and went to DRILL-1921 they would get quite confused. You should refer to a bug that is specific to WF and is NOT in a fixed status. - Aman Sinha On March 25, 2015, 9:26 p.m., Sean Hsuan-Yi Chu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32496/ > ----------------------------------------------------------- > > (Updated March 25, 2015, 9:26 p.m.) > > > Review request for drill, abdelhakim deneche and Aman Sinha. > > > Bugs: DRILL-2559 > https://issues.apache.org/jira/browse/DRILL-2559 > > > Repository: drill-git > > > Description > ------- > > In case where windows are disabled but used, throw > UnsupportedFunctionException > > > Diffs > ----- > > > exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/window/OverFinder.java > 40e5920 > > exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DefaultSqlHandler.java > e908538 > > exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/parser/UnsupportedOperatorsVisitor.java > 46fb925 > > exec/java-exec/src/test/java/org/apache/drill/TestDisabledFunctionality.java > f64d3e5 > > Diff: https://reviews.apache.org/r/32496/diff/ > > > Testing > ------- > > unit test, QA passed! > > > Thanks, > > Sean Hsuan-Yi Chu > >
