[GitHub] drill pull request #546: DRILL-4783: flatten operator should not throw excep...

2016-07-19 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/546#discussion_r71471032 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/flatten/FlattenRecordBatch.java --- @@ -129,8 +129,14 @@ private void setFlatte

A light-weight, versioned client API for Drill

2016-07-19 Thread Paul Rogers
Hi All, As I’ve been playing with and learning about Drill, it struck me that Drill is a wonderful “industrial strength” query engine, but that the client API is a bit complex if all an app wants to do is execute a few queries. I wondered if we need an adapter between the full-blown Drill colum

[GitHub] drill issue #540: Fix for DRILL-4759: Drill throwing array index out of boun...

2016-07-19 Thread ppadma
Github user ppadma commented on the issue: https://github.com/apache/drill/pull/540 The pull request was merged in commit: e371e18 --- 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

[GitHub] drill pull request #540: Fix for DRILL-4759: Drill throwing array index out ...

2016-07-19 Thread ppadma
Github user ppadma closed the pull request at: https://github.com/apache/drill/pull/540 --- 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 feature is enabl

[jira] [Created] (DRILL-4791) Provide a light-weight, versioned client API

2016-07-19 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-4791: -- Summary: Provide a light-weight, versioned client API Key: DRILL-4791 URL: https://issues.apache.org/jira/browse/DRILL-4791 Project: Apache Drill Issue Type: New

[jira] [Created] (DRILL-4790) DATA_READ ERROR: Failure while attempting to read from database.

2016-07-19 Thread xwinie (JIRA)
xwinie created DRILL-4790: - Summary: DATA_READ ERROR: Failure while attempting to read from database. Key: DRILL-4790 URL: https://issues.apache.org/jira/browse/DRILL-4790 Project: Apache Drill Issu

[jira] [Resolved] (DRILL-4785) Limit 0 queries regressed in Drill 1.7.0

2016-07-19 Thread Venki Korukanti (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venki Korukanti resolved DRILL-4785. Resolution: Fixed > Limit 0 queries regressed in Drill 1.7.0 >

[GitHub] drill issue #548: DRILL-4785: Avoid checking for hard affinity scans in limi...

2016-07-19 Thread vkorukanti
Github user vkorukanti commented on the issue: https://github.com/apache/drill/pull/548 Merged as 34ca63ba188e593c961e0b665ac44cd3de2b6b22 --- 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

[GitHub] drill pull request #548: DRILL-4785: Avoid checking for hard affinity scans ...

2016-07-19 Thread vkorukanti
Github user vkorukanti closed the pull request at: https://github.com/apache/drill/pull/548 --- 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 feature is e

[jira] [Created] (DRILL-4789) In-list to join optimization should have configurable in-list size

2016-07-19 Thread Gautam Kumar Parai (JIRA)
Gautam Kumar Parai created DRILL-4789: - Summary: In-list to join optimization should have configurable in-list size Key: DRILL-4789 URL: https://issues.apache.org/jira/browse/DRILL-4789 Project:

[GitHub] drill issue #548: DRILL-4785: Avoid checking for hard affinity scans in limi...

2016-07-19 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/548 +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 fea

[GitHub] drill pull request #534: [DRILL-4743] HashJoin's not fully parallelized in q...

2016-07-19 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/534#discussion_r71424000 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/options/TypeValidators.java --- @@ -90,6 +91,62 @@ public void validate(OptionValue v

Re: Getting java.lang.VerifyError: class io.netty.buffer.UnsafeDirectLittleEndian

2016-07-19 Thread yuliya Feldman
could be Netty versions mismatch: between version drill is using and your project is using. In netty-4.0.27.Final clear() is not "final"  From: Rajesh Chejerla To: u...@drill.apache.org; dev@drill.apache.org Sent: Tuesday, July 19, 2016 6:27 AM Subject: Getting java.lang.VerifyError:

Getting java.lang.VerifyError: class io.netty.buffer.UnsafeDirectLittleEndian

2016-07-19 Thread Rajesh Chejerla
Hi, I'm getting "java.lang.VerifyError: class io.netty.buffer.UnsafeDirectLittleEndian" error while getting connection to database. This is happening when I use another library(vert.x-web) along with apache-drill. Could you please help on this issue. java.lang.VerifyError: class io.netty.buffer.

[GitHub] drill pull request #546: DRILL-4783: flatten operator should not throw excep...

2016-07-19 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/546#discussion_r71368874 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/flatten/FlattenRecordBatch.java --- @@ -129,8 +129,14 @@ private void setFlattenV

[jira] [Created] (DRILL-4788) Exporting from Parquet to CSV - commas in strings are not escaped

2016-07-19 Thread Richard Patching (JIRA)
Richard Patching created DRILL-4788: --- Summary: Exporting from Parquet to CSV - commas in strings are not escaped Key: DRILL-4788 URL: https://issues.apache.org/jira/browse/DRILL-4788 Project: Apache