[jira] [Created] (DRILL-5346) Web UI: remove link on user in query profile list

2017-03-10 Thread Arina Ielchiieva (JIRA)
Arina Ielchiieva created DRILL-5346: --- Summary: Web UI: remove link on user in query profile list Key: DRILL-5346 URL: https://issues.apache.org/jira/browse/DRILL-5346 Project: Apache Drill

Upgrading to ANTLR 4.6?

2017-03-10 Thread Aditya
Folks, Version 4.6 of ANTLR was released[1] on Dec 15, 2016 and includes tons of bug fixes and performance improvements. I have created DRILL-5348[2] to track this work. I would like to hear any comments and/or concerns form the team before I test and put a patch. I expect to merge it after

[jira] [Created] (DRILL-5348) Upgrade ANTLR to 4.6

2017-03-10 Thread Aditya Kishore (JIRA)
Aditya Kishore created DRILL-5348: - Summary: Upgrade ANTLR to 4.6 Key: DRILL-5348 URL: https://issues.apache.org/jira/browse/DRILL-5348 Project: Apache Drill Issue Type: Improvement

[GitHub] drill pull request #777: DRILL-5330: NPE in FunctionImplementationRegistry

2017-03-10 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/777 DRILL-5330: NPE in FunctionImplementationRegistry Fixes: * DRILL-5330: NPE in FunctionImplementationRegistry.functionReplacement() * DRILL-5331: NPE in

Re: [VOTE] Release Apache Drill 1.10.0 - rc0

2017-03-10 Thread Jinfeng Ni
Agreed that DRILL-5338 is not a blocker for the release. Just a friendly reminder. Vote ends on Monday 8:00AM. Please try out RC0, and cast your vote before it ends. Thanks, Jinfeng On Thu, Mar 9, 2017 at 9:53 AM, Paul Rogers wrote: > Added a note to the JIRA. > > Yes, I

[jira] [Created] (DRILL-5349) TestParquetWriter unit tests fail with synchronous parquet reader

2017-03-10 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5349: Summary: TestParquetWriter unit tests fail with synchronous parquet reader Key: DRILL-5349 URL: https://issues.apache.org/jira/browse/DRILL-5349 Project: Apache

[GitHub] drill pull request #778: DRILL-5344: Priority queue copier fails with an emp...

2017-03-10 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/778 DRILL-5344: Priority queue copier fails with an empty batch DRILL-5344: External sort priority queue copier fails with an empty batch Unit tests showed that the “priority queue

[GitHub] drill pull request #778: DRILL-5344: Priority queue copier fails with an emp...

2017-03-10 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/778#discussion_r105520793 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/managed/PriorityQueueCopierTemplate.java --- @@ -57,9 +57,12 @@ public void

[jira] [Created] (DRILL-5347) Join query returns incorrect results, returns an extra column.

2017-03-10 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5347: - Summary: Join query returns incorrect results, returns an extra column. Key: DRILL-5347 URL: https://issues.apache.org/jira/browse/DRILL-5347 Project: Apache Drill

[GitHub] drill pull request #778: DRILL-5344: Priority queue copier fails with an emp...

2017-03-10 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/778#discussion_r105522650 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/managed/PriorityQueueCopierTemplate.java --- @@ -57,9 +57,12 @@ public

Re: [VOTE] Release Apache Drill 1.10.0 - rc0

2017-03-10 Thread Aman Sinha
+1 (binding) - Downloaded the binaries on my mac, checked the git.properties and KEYS file (for PGP key) - Started Drill in embedded mode and ran a few sample queries with and without metadata cache. Checked query profiles. -Tested query cancellation for couple of queries - Downloaded source