[jira] [Created] (DRILL-4756) JPAM library required by Drill does not work for Mac; provide alternative

2016-06-28 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-4756: -- Summary: JPAM library required by Drill does not work for Mac; provide alternative Key: DRILL-4756 URL: https://issues.apache.org/jira/browse/DRILL-4756 Project: Apache

[ANNOUNCE] Apache Drill 1.7.0 released

2016-06-28 Thread Aman Sinha
On behalf of the Apache Drill community, I am happy to announce the release of Apache Drill 1.7.0. The source and binary artifacts are available at [1] Review a complete list of fixes and enhancements at [2] This release of Drill fixes many issues and introduces a number of enhancements,

[GitHub] drill pull request #527: DRILL-4728: Add support for new metadata fetch APIs

2016-06-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/527#discussion_r68865600 --- Diff: exec/jdbc-all/pom.xml --- @@ -441,7 +441,7 @@ This is likely due to you adding new dependencies to a java-exec and not

[GitHub] drill pull request #527: DRILL-4728: Add support for new metadata fetch APIs

2016-06-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/527#discussion_r68865590 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/metadata/MetadataProvider.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] drill pull request #527: DRILL-4728: Add support for new metadata fetch APIs

2016-06-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/527#discussion_r68865614 --- Diff: protocol/src/main/protobuf/User.proto --- @@ -98,3 +106,141 @@ message BitToUserHandshake { optional string errorId = 4;

[GitHub] drill pull request #527: DRILL-4728: Add support for new metadata fetch APIs

2016-06-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/527#discussion_r68865535 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/SchemaTreeProvider.java --- @@ -0,0 +1,105 @@ +/** + * Licensed to the

[GitHub] drill pull request #527: DRILL-4728: Add support for new metadata fetch APIs

2016-06-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/527#discussion_r68865548 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/metadata/MetadataProvider.java --- @@ -0,0 +1,451 @@ +/** + * Licensed to

[GitHub] drill pull request #527: DRILL-4728: Add support for new metadata fetch APIs

2016-06-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/527#discussion_r68865539 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/SchemaTreeProvider.java --- @@ -0,0 +1,105 @@ +/** + * Licensed to the

[GitHub] drill pull request #532: DRILL-4732: Update JDBC driver to use the new prepa...

2016-06-28 Thread parthchandra
Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/532#discussion_r68863584 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillConnectionImpl.java --- @@ -362,12 +364,33 @@ public PreparedStatement

[GitHub] drill pull request #536: DRILL-4699: Add description column to sys.options t...

2016-06-28 Thread sudheeshkatkam
GitHub user sudheeshkatkam opened a pull request: https://github.com/apache/drill/pull/536 DRILL-4699: Add description column to sys.options table + Add new constructor for each validator in TypeValidators with description field; deprecate old constructors + Add

[GitHub] drill pull request #530: DRILL-4729: Add support for prepared statement impl...

2016-06-28 Thread parthchandra
Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/530#discussion_r68859742 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/prepare/PreparedStatementProvider.java --- @@ -0,0 +1,419 @@ +/** + * Licensed

[GitHub] drill pull request #535: DRILL-4695: Log error thrown from drillbit.run

2016-06-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/535#discussion_r68858974 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/Drillbit.java --- @@ -283,6 +284,7 @@ public static Drillbit start(final

[GitHub] drill pull request #535: DRILL-4695: Log error thrown from drillbit.run

2016-06-28 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/535 DRILL-4695: Log error thrown from drillbit.run You can merge this pull request into a Git repository by running: $ git pull https://github.com/chunhui-shi/drill errexit Alternatively you

[GitHub] drill issue #515: DRILL-4707: Fix memory leak or incorrect query result in c...

2016-06-28 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/515 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Re: Drill Hangout Meeting Minutes - 6/28/16

2016-06-28 Thread Subbu Srinivasan
First, Congrats to team for the 1.7 release? Can we revisit and look at DRILL-4653? I have made more changes as per feedback. On Tue, Jun 28, 2016 at 12:31 PM, Zelaine Fong wrote: > Attendees: Aman, Jinfeng, Sudheesh, Parth, Arina, Paul, John O, Padma, > Gautam, Khurram,

Drill Hangout Meeting Minutes - 6/28/16

2016-06-28 Thread Zelaine Fong
Attendees: Aman, Jinfeng, Sudheesh, Parth, Arina, Paul, John O, Padma, Gautam, Khurram, Zelaine 1) JDBC Storage Plugin Issues We discussed DRILL-4696. Parth and Sudheesh suggested that even with the change suggested in DRILL-4177, this particular problem may still result in out of memory

[GitHub] drill pull request #519: DRILL-4530: Optimize partition pruning with metadat...

2016-06-28 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/519#discussion_r68814702 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/FileSelection.java --- @@ -47,16 +47,25 @@ private List statuses;

Hangout Starting Now

2016-06-28 Thread Sudheesh Katkam
Hangout starting now: https://hangouts.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc Join us! Thank you, Sudheesh