> On June 17, 2014, 1:13 a.m., Aditya Kishore wrote: > > exec/java-exec/src/main/codegen/data/AggrBitwiseLogicalTypes.tdd, line 27 > > <https://reviews.apache.org/r/22383/diff/1/?file=605772#file605772line27> > > > > Why is output type functions taking of Tiny/Small int is also "int" and > > not Tiny/Small int?
Added appropriate output types! > On June 17, 2014, 1:13 a.m., Aditya Kishore wrote: > > exec/java-exec/src/main/codegen/templates/AggrBitwiseLogicalTypeFunctions.java, > > line 30 > > <https://reviews.apache.org/r/22383/diff/1/?file=605774#file605774line30> > > > > The source template file name seems to be incorrect. Fixed! > On June 17, 2014, 1:13 a.m., Aditya Kishore wrote: > > exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/BooleanAggrFunctions.java, > > line 65 > > <https://reviews.apache.org/r/22383/diff/1/?file=605775#file605775line65> > > > > nit: > > The code has non-uniform indentation all over. Please use 2 spaces (no > > tabs) for indentation. Fixed! - Yash ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22383/#review45833 ----------------------------------------------------------- On June 9, 2014, 5:52 p.m., Yash Sharma wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22383/ > ----------------------------------------------------------- > > (Updated June 9, 2014, 5:52 p.m.) > > > Review request for drill, Aditya Kishore, Mehant Baid, and Timothy Chen. > > > Repository: drill-git > > > Description > ------- > > Bit wise and logical Aggregate functions. > > bit_and(expression) > bit_or(expression) > bool_and(expression) > bool_or(expression) > every(expression) > > > Diffs > ----- > > > common/src/main/java/org/apache/drill/common/expression/fn/CastFunctions.java > b76708d > exec/java-exec/src/main/codegen/config.fmpp 5c0d03b > exec/java-exec/src/main/codegen/data/AggrBitwiseLogicalTypes.tdd > PRE-CREATION > exec/java-exec/src/main/codegen/data/Casts.tdd e49df93 > > exec/java-exec/src/main/codegen/templates/AggrBitwiseLogicalTypeFunctions.java > PRE-CREATION > > exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/BooleanAggrFunctions.java > PRE-CREATION > > exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestNewAggregateFunctions.java > PRE-CREATION > exec/java-exec/src/test/resources/functions/test_logical_aggr.json > PRE-CREATION > exec/java-exec/src/test/resources/logical_aggr_input.json PRE-CREATION > > Diff: https://reviews.apache.org/r/22383/diff/ > > > Testing > ------- > > Yes. > > $ mvn test -Dtest=TestNewAggregateFunctions#testBitwiseAggrFuncs > > > Thanks, > > Yash Sharma > >
