[GitHub] drill issue #607: Drill 3423:Add New HTTPD format plugin

2016-10-12 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/607 @chunhui-shi I've actually been thinking about writing a generic log parser for Drill in which the user would provide a regex with groups and a list of fields. For instance consider the

[GitHub] drill issue #602: Improve Drill C++ connector

2016-10-12 Thread laurentgo
Github user laurentgo commented on the issue: https://github.com/apache/drill/pull/602 I have built it successfully on Mac and Linux (centos 5). On Mac, I used homebrew to install cppunit locally on Mac, but I didn't try to build it from source. You can send me your output, and I

[GitHub] drill pull request #615: Update 035-plugin-configuration-basics.md

2016-10-12 Thread lvxin1986
GitHub user lvxin1986 opened a pull request: https://github.com/apache/drill/pull/615 Update 035-plugin-configuration-basics.md Fix the errors in the content You can merge this pull request into a Git repository by running: $ git pull https://github.com/lvxin1986/drill

[GitHub] drill issue #602: Improve Drill C++ connector

2016-10-12 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/602 @laurentgo I have been trying, unsuccessfully, to build on Windows and Mac. Is there a cppunit build available for Windows? I am unable to get past that and my effort to build cppunit from

Re: ZK lost connectivity issue on large cluster

2016-10-12 Thread François Méthot
Hi, We finally got rid of this error. We have tried many, many things (like modifying drill to ignore the error!), it ultimately came down to this change: from default planner.affinity_factor=1.2 to planner.affinity_factor=100 Basically this encourages fragment to only care about locally

[GitHub] drill issue #614: DRILL-4930: Fix Metadata results ordering

2016-10-12 Thread vkorukanti
Github user vkorukanti commented on the issue: https://github.com/apache/drill/pull/614 +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

[GitHub] drill pull request #612: DRILL-4925: Add tableType filter to GetTables metad...

2016-10-12 Thread vkorukanti
Github user vkorukanti commented on a diff in the pull request: https://github.com/apache/drill/pull/612#discussion_r83124391 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/metadata/MetadataProvider.java --- @@ -347,9 +351,9 @@ protected Response

[GitHub] drill pull request #613: DRILL-4730: Update JDBC DatabaseMetaData implementa...

2016-10-12 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/613 DRILL-4730: Update JDBC DatabaseMetaData implementation to use new Metadata APIs Update JDBC driver to use Metadata APIs instead of executing SQL queries You can merge this pull request into a

[GitHub] drill pull request #614: DRILL-4930: Fix Metadata results ordering

2016-10-12 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/614 DRILL-4930: Fix Metadata results ordering Change MetadataProvider to return metadata results ordered (following convention used by ODBC and JDBC specs). You can merge this pull request into a

[GitHub] drill pull request #612: DRILL-4925: Add tableType filter to GetTables metad...

2016-10-12 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/612 DRILL-4925: Add tableType filter to GetTables metadata query - Adding tableType filter to GetTablesReq query (needed for JDBC and ODBC drivers). - Fix table type returned by sys and

[jira] [Resolved] (DRILL-4880) Support JDBC driver registration using ServiceLoader

2016-10-12 Thread Venki Korukanti (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venki Korukanti resolved DRILL-4880. Resolution: Fixed Fixed in

[jira] [Resolved] (DRILL-4452) Update avatica version for Drill jdbc

2016-10-12 Thread Venki Korukanti (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venki Korukanti resolved DRILL-4452. Resolution: Fixed Fix Version/s: 1.9.0 Fixed in

[GitHub] drill pull request #596: DRILL-4880: Support JDBC driver registration using ...

2016-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/596 --- 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

[GitHub] drill pull request #395: DRILL-4452: Uses Apache Calcite Avatica driver vs O...

2016-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/395 --- 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

[GitHub] drill issue #596: DRILL-4880: Support JDBC driver registration using Service...

2016-10-12 Thread vkorukanti
Github user vkorukanti commented on the issue: https://github.com/apache/drill/pull/596 +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

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-10-12 Thread parthchandra
GitHub user parthchandra opened a pull request: https://github.com/apache/drill/pull/611 Drill-4800: Improve parquet reader performance Added a Buffering input stream Updated parquet reader to optionally use the buffering input stream Added optional asynchronous reading of

[GitHub] drill pull request #395: DRILL-4452: Uses Apache Calcite Avatica driver vs O...

2016-10-12 Thread vkorukanti
Github user vkorukanti commented on a diff in the pull request: https://github.com/apache/drill/pull/395#discussion_r83089376 --- Diff: exec/jdbc/pom.xml --- @@ -21,9 +21,9 @@ - net.hydromatic - optiq-avatica - 0.9-drill-r20 +

Questions about Scalar Replacement

2016-10-12 Thread Chunhui Shi
Hi Drill devs, Since I recently worked on a bug fix for which I need to test with a query and that query triggered a mysterious error: org.objectweb.asm.tree.analysis.AnalyzerException: Expected an object reference, but found . The error stack was printed during drillbit running, meanwhile

[GitHub] drill pull request #603: DRILL-4927: Add support for Null Equality Joins

2016-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/603 --- 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

[jira] [Created] (DRILL-4942) incorrect result - case when (not null is null) then true else false end

2016-10-12 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4942: - Summary: incorrect result - case when (not null is null) then true else false end Key: DRILL-4942 URL: https://issues.apache.org/jira/browse/DRILL-4942 Project:

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-10-12 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/610 DRILL-4674: Allow casting to boolean the same literals as in Postgre You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (DRILL-4941) UnsupportedOperationException : CASE WHEN true or null then 1 else 0 end

2016-10-12 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4941: - Summary: UnsupportedOperationException : CASE WHEN true or null then 1 else 0 end Key: DRILL-4941 URL: https://issues.apache.org/jira/browse/DRILL-4941 Project: