-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35891/
-----------------------------------------------------------
(Updated July 13, 2015, 6:44 p.m.)
Review request for drill and Aditya Kishore.
Changes
-------
Added the JIRA information and drill-git group
Bugs: DRILL-3492
https://issues.apache.org/jira/browse/DRILL-3492
Repository: drill-git
Description
-------
The implementation of this change has been ported from HBase OrderedBytes
class.
Ref:
https://github.com/apache/hbase/blob/master/hbase-common/src/main/java/org/apache/hadoop/hbase/util/OrderedBytes.java
Diffs
-----
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/conv/Order.java
PRE-CREATION
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/conv/OrderedBytesIntConvertFrom.java
PRE-CREATION
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/conv/OrderedBytesIntConvertTo.java
PRE-CREATION
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestConvertFunctions.java
a911e29
Diff: https://reviews.apache.org/r/35891/diff/
Testing
-------
Added 2 unit-tests to TestConvertFunctions based on the input and output from
HBase OrderedBytes class.
Thanks,
Smidth Panchamia