[4/4] drill git commit: DRILL-4332: Makes vector comparison order stable in test framework

2016-03-07 Thread json
DRILL-4332: Makes vector comparison order stable in test framework In the test framework, a vector is a map of . When comparing actual values with baseline, the comparison is made column by column, but a HashMap key ordering is not guaranteed, and the ordering actually changed

[3/4] drill git commit: DRILL-4486: Fix expression serialization escaping

2016-03-07 Thread json
DRILL-4486: Fix expression serialization escaping Closes #412 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/80316f3f Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/80316f3f Diff:

[2/4] drill git commit: Adding Jason's GPG key

2016-03-07 Thread json
Adding Jason's GPG key Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/79b5e3b5 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/79b5e3b5 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/79b5e3b5 Branch:

drill git commit: DRILL-4483: Fix text plan regression in query profiles

2016-03-07 Thread venki
Repository: drill Updated Branches: refs/heads/master df0f0af3d -> 2850a9fa8 DRILL-4483: Fix text plan regression in query profiles Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/2850a9fa Tree:

[2/2] drill git commit: DRILL-4313: C++ Client - Thread safe Logging. Improved Drill bit selection. - Update random drill bit selection. Shuffle the list initially, then round robin. Add Utility metho

2016-03-07 Thread parthc
DRILL-4313: C++ Client - Thread safe Logging. Improved Drill bit selection. - Update random drill bit selection. Shuffle the list initially, then round robin. Add Utility methods to get random numbers and to shuffle and add vectors. Whitespace cleanup - Add Git properties to build and print