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



common/src/main/java/org/apache/drill/common/types/Types.java
<https://reviews.apache.org/r/26088/#comment95045>

    Do you need to add other decimal types? decimal9, decimal18 and 
decimal28sparse.
    
    Also what about precision and scale values for the data type?



common/src/main/java/org/apache/drill/common/types/Types.java
<https://reviews.apache.org/r/26088/#comment95066>

    do we need to add timestamp



exec/java-exec/src/test/java/org/apache/drill/TestBuilder.java
<https://reviews.apache.org/r/26088/#comment95044>

    can we enforce the implicit contract between the two arrays 
(baselineColumnNames and baselineTypes), assert on equality of size of the 
array.



exec/java-exec/src/test/java/org/apache/drill/TestTestFramework.java
<https://reviews.apache.org/r/26088/#comment95067>

    While comparing the results are we checking to see if the column names 
match? This is useful when we use column aliases.


- Mehant Baid


On Sept. 26, 2014, 5:45 p.m., Jason Altekruse wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26088/
> -----------------------------------------------------------
> 
> (Updated Sept. 26, 2014, 5:45 p.m.)
> 
> 
> Review request for drill and Mehant Baid.
> 
> 
> Repository: drill-git
> 
> 
> Description
> -------
> 
> new unit test framework to ease the process of creating unit tests with full 
> result verification
> 
> 
> Diffs
> -----
> 
>   common/src/main/java/org/apache/drill/common/types/Types.java 8ae3edd 
>   
> exec/java-exec/src/main/java/org/apache/drill/exec/store/ClassPathFileSystem.java
>  5e00f08 
>   exec/java-exec/src/main/resources/bootstrap-storage-plugins.json 31df303 
>   exec/java-exec/src/test/java/org/apache/drill/BaseTestQuery.java 99c4da5 
>   exec/java-exec/src/test/java/org/apache/drill/DrillTestWrapper.java 
> PRE-CREATION 
>   exec/java-exec/src/test/java/org/apache/drill/TestAltSortQueries.java 
> 5768908 
>   exec/java-exec/src/test/java/org/apache/drill/TestBuilder.java PRE-CREATION 
>   exec/java-exec/src/test/java/org/apache/drill/TestTestFramework.java 
> PRE-CREATION 
>   exec/java-exec/src/test/java/org/apache/drill/TestValidationFramework.java 
> PRE-CREATION 
>   
> exec/java-exec/src/test/java/org/apache/drill/exec/HyperVectorValueIterator.java
>  PRE-CREATION 
>   
> exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java
>  ac5673d 
>   exec/java-exec/src/test/resources/sort/testSelectWithLimitOffset.json 
> PRE-CREATION 
>   exec/java-exec/src/test/resources/sort/testSelectWithLimitOffset.tsv 
> PRE-CREATION 
>   
> exec/java-exec/src/test/resources/sort/testSelectWithLimitOffset_reordered.tsv
>  PRE-CREATION 
>   pom.xml 3cc4f38 
> 
> Diff: https://reviews.apache.org/r/26088/diff/
> 
> 
> Testing
> -------
> 
> Added both positive an negative unit test for varioud functionalities in the 
> unit test framework. All previous unit tests are passing.
> 
> 
> Thanks,
> 
> Jason Altekruse
> 
>

Reply via email to