drill git commit: remove jdk 1.8 support

2016-03-22 Thread bridgetb
Repository: drill Updated Branches: refs/heads/gh-pages 28ebbec43 -> 868f364e5 remove jdk 1.8 support Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/868f364e Tree:

drill-site git commit: remove jdk 1.8 support from docs

2016-03-22 Thread bridgetb
Repository: drill-site Updated Branches: refs/heads/asf-site 8a5b064dc -> f612148c9 remove jdk 1.8 support from docs Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/f612148c Tree:

drill-site git commit: remove support jdk 1.8

2016-03-22 Thread bridgetb
Repository: drill-site Updated Branches: refs/heads/asf-site f612148c9 -> be414fe5b remove support jdk 1.8 Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/be414fe5 Tree:

drill git commit: remove support jdk 1.8

2016-03-22 Thread bridgetb
Repository: drill Updated Branches: refs/heads/gh-pages 868f364e5 -> 44c91d38c remove support jdk 1.8 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/44c91d38 Tree:

drill git commit: DRILL-3623: For limit 0 queries, optionally use a shorter execution path when result column types are known

2016-03-22 Thread sudheesh
Repository: drill Updated Branches: refs/heads/master 600ba9ee1 -> 5dbaafbe6 DRILL-3623: For limit 0 queries, optionally use a shorter execution path when result column types are known + "planner.enable_limit0_optimization" option is disabled by default + Print plan in PlanTestBase if