[GitHub] drill pull request: S3 Plugin: Create 110-s3-storage-plugin.md

2015-11-22 Thread abhipol
Github user abhipol commented on a diff in the pull request: https://github.com/apache/drill/pull/275#discussion_r45576052 --- Diff: _docs/connect-a-data-source/plugins/110-s3-storage-plugin.md --- @@ -0,0 +1,84 @@ +--- +title: "S3 Storage Plugin" +parent

[GitHub] drill pull request: S3 Plugin: Create 110-s3-storage-plugin.md

2015-11-22 Thread abhipol
GitHub user abhipol opened a pull request: https://github.com/apache/drill/pull/275 S3 Plugin: Create 110-s3-storage-plugin.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/abhipol/drill patch-3 Alternatively you can review

[GitHub] drill pull request: Text File Header Feature: Update 035-plugin-co...

2015-11-22 Thread abhipol
GitHub user abhipol opened a pull request: https://github.com/apache/drill/pull/273 Text File Header Feature: Update 035-plugin-configuration-basics.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/abhipol/drill patch-1

[GitHub] drill pull request: DRILL-4108: Query on csv file w/ header fails ...

2015-11-19 Thread abhipol
GitHub user abhipol opened a pull request: https://github.com/apache/drill/pull/269 DRILL-4108: Query on csv file w/ header fails with an exception when non existing column is requested - fix non existing header column request - fix reading header row even if skipFirstLine

[GitHub] drill pull request: DRILL-4015: Update DrillClient and JDBC driver...

2015-11-17 Thread abhipol
GitHub user abhipol opened a pull request: https://github.com/apache/drill/pull/263 DRILL-4015: Update DrillClient and JDBC driver to expose warnings provided via RPC layer surface our query warnings from operators to JDBC client as a part of query result as well as out of band

[GitHub] drill pull request: DRILL-4063: Missing files/classes needed for S...

2015-11-17 Thread abhipol
GitHub user abhipol opened a pull request: https://github.com/apache/drill/pull/265 DRILL-4063: Missing files/classes needed for S3a access Pulling s3a support dep jars from hadoop-aws You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] drill pull request: DRILL-951:CSV header row should be parsed

2015-11-02 Thread abhipol
Github user abhipol commented on a diff in the pull request: https://github.com/apache/drill/pull/232#discussion_r43721290 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/text/compliant/TextParsingSettings.java --- @@ -57,6 +56,14 @@ public void set

[GitHub] drill pull request: DRILL-951:CSV header row should be parsed

2015-11-02 Thread abhipol
Github user abhipol commented on a diff in the pull request: https://github.com/apache/drill/pull/232#discussion_r43721297 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/text/compliant/CompliantTextRecordReader.java --- @@ -101,16 +108,23 @@ public void

[GitHub] drill pull request: DRILL-951:CSV header row should be parsed

2015-11-02 Thread abhipol
Github user abhipol commented on a diff in the pull request: https://github.com/apache/drill/pull/232#discussion_r43721299 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/text/compliant/CompliantTextRecordReader.java --- @@ -71,15 +79,14 @@ public

[GitHub] drill pull request: DRILL-951:CSV header row should be parsed

2015-11-02 Thread abhipol
GitHub user abhipol opened a pull request: https://github.com/apache/drill/pull/232 DRILL-951:CSV header row should be parsed You can merge this pull request into a Git repository by running: $ git pull https://github.com/abhipol/drill issues/DRILL-951 Alternatively you can