-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13029/#review24191
-----------------------------------------------------------



sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestSimpleFunctions.java
<https://reviews.apache.org/r/13029/#comment48026>

    Any reason we want to keep this checked in?


- Timothy Chen


On July 29, 2013, 10:01 p.m., Ben Becker wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13029/
> -----------------------------------------------------------
> 
> (Updated July 29, 2013, 10:01 p.m.)
> 
> 
> Review request for drill.
> 
> 
> Repository: drill-git
> 
> 
> Description
> -------
> 
> Implements IsNull and IsNotNull DrillFunctions with simple tests.
> 
> Also fixes a few tangential bugs.  To view in Github, see 
> https://github.com/vrtx/incubator-drill/commits/NullOp.
> 
> 
> Diffs
> -----
> 
>   
> sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/OutputTypeDeterminer.java
>  0bec184 
>   
> sandbox/prototype/exec/java-exec/src/main/codegen/ValueVectors/templates/NullableValueVectors.java
>  dfec62e 
>   
> sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/EvaluationVisitor.java
>  664940d 
>   
> sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/IsNotNull.java
>  PRE-CREATION 
>   
> sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/IsNull.java
>  PRE-CREATION 
>   
> sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/holders/Float8Holder.java
>  78e7cb8 
>   
> sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/holders/NullableFloat8Holder.java
>  f8fa224 
>   
> sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/MockRecordReader.java
>  687b28b 
>   
> sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/vector/BitVector.java
>  0f5b7d0 
>   
> sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestSimpleFunctions.java
>  PRE-CREATION 
>   
> sandbox/prototype/exec/java-exec/src/test/resources/functions/testIsNotNull.json
>  PRE-CREATION 
>   
> sandbox/prototype/exec/java-exec/src/test/resources/functions/testIsNull.json 
> PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/13029/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Ben Becker
> 
>

Reply via email to