[3/3] drill git commit: DRILL-2316: Add hive, parquet, json ref docs, basics tutorial, and minor edits

2015-03-02 Thread bridgetb
DRILL-2316: Add hive, parquet, json ref docs, basics tutorial, and minor edits Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/2a34ac89 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/2a34ac89 Diff:

[1/3] drill git commit: DRILL-2316: Add hive, parquet, json ref docs, basics tutorial, and minor edits

2015-03-02 Thread bridgetb
Repository: drill Updated Branches: refs/heads/gh-pages-master d959a2100 - 2a34ac893 http://git-wip-us.apache.org/repos/asf/drill/blob/2a34ac89/_docs/query/get-started/003-lesson3-plugin.md -- diff --git

[2/3] drill git commit: DRILL-2316: Add hive, parquet, json ref docs, basics tutorial, and minor edits

2015-03-02 Thread bridgetb
http://git-wip-us.apache.org/repos/asf/drill/blob/2a34ac89/_docs/manage/002-start-stop.md -- diff --git a/_docs/manage/002-start-stop.md b/_docs/manage/002-start-stop.md index 76a76f4..d37f840 100644 ---

[2/2] drill git commit: DRILL-2336 plugin updates

2015-03-02 Thread bridgetb
DRILL-2336 plugin updates Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/0119fdde Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/0119fdde Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/0119fdde Branch:

[1/2] drill git commit: DRILL-2336 plugin updates

2015-03-02 Thread bridgetb
Repository: drill Updated Branches: refs/heads/gh-pages-master 2a34ac893 - 0119fdde5 http://git-wip-us.apache.org/repos/asf/drill/blob/0119fdde/_docs/tutorial/003-lesson1.md -- diff --git a/_docs/tutorial/003-lesson1.md

drill git commit: DRILL-2338: Fix Decimal38/Decimal28 vector's get() to copy the scale and precision into the holder

2015-03-02 Thread mehant
Repository: drill Updated Branches: refs/heads/master 3442215fd - a84f7b9e8 DRILL-2338: Fix Decimal38/Decimal28 vector's get() to copy the scale and precision into the holder Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit:

drill git commit: DRILL-2236: Optimize hash inner join by swapping inputs based on row count comparison. Add a planner option to enable/disable this feature.

2015-03-02 Thread jni
Repository: drill Updated Branches: refs/heads/master 9c0738d94 - 3442215fd DRILL-2236: Optimize hash inner join by swapping inputs based on row count comparison. Add a planner option to enable/disable this feature. Revise code based on review comments. Project: