[4/5] drill git commit: DRILL-6154: NaN, Infinity issues

2018-02-23 Thread amansinha
DRILL-6154: NaN, Infinity issues - changed comparison rules for NaN, Infinity values. For now NaN is the biggest value, Infinity - second biggest value - fixed min, max, trunc functions for NaN, Infinity values - made drill use original sqrt function instead of power(x,0.5) substitution close

[5/5] drill git commit: DRILL-6172: setValueCount of VariableLengthVectors throws IOB exception when called with 0 value after clearing vectors

2018-02-23 Thread amansinha
DRILL-6172: setValueCount of VariableLengthVectors throws IOB exception when called with 0 value after clearing vectors close apache/drill#1124 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/1c14d3c3 Tree:

[1/5] drill git commit: DRILL-6090: While connecting to drill-bits using JDBC Driver through Zookeeper, a lot of "Curator-Framework-0" threads are created if connection to drill-bit is not successful(

2018-02-23 Thread amansinha
Repository: drill Updated Branches: refs/heads/master 894c0f58e -> 1c14d3c3c DRILL-6090: While connecting to drill-bits using JDBC Driver through Zookeeper, a lot of "Curator-Framework-0" threads are created if connection to drill-bit is not successful(no drill-bits are up/reachable) I am