[jira] [Created] (DRILL-6915) Unit test mysql-test-data.sql in contrib/jdbc-storage-plugin fails on newer MacOS

2018-12-19 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6915: --- Summary: Unit test mysql-test-data.sql in contrib/jdbc-storage-plugin fails on newer MacOS Key: DRILL-6915 URL: https://issues.apache.org/jira/browse/DRILL-6915 Project

[jira] [Resolved] (DRILL-6838) Query with Runtime Filter fails with IllegalStateException: Memory was leaked by query

2018-12-19 Thread Abhishek Ravi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Ravi resolved DRILL-6838. -- Resolution: Fixed > Query with Runtime Filter fails with IllegalStateException: Memory was leak

[jira] [Created] (DRILL-6914) Query with RuntimeFilter and SemiJoin fails with IllegalStateException: Memory was leaked by query

2018-12-19 Thread Abhishek Ravi (JIRA)
Abhishek Ravi created DRILL-6914: Summary: Query with RuntimeFilter and SemiJoin fails with IllegalStateException: Memory was leaked by query Key: DRILL-6914 URL: https://issues.apache.org/jira/browse/DRILL-6914

[GitHub] vvysotskyi commented on issue #1570: Replace git-wip-us reference with gitbox

2018-12-19 Thread GitBox
vvysotskyi commented on issue #1570: Replace git-wip-us reference with gitbox URL: https://github.com/apache/drill/pull/1570#issuecomment-448676231 @bbevens, did you have a chance to take a look at this? In this PR was only replaced obsolete links to the remote repository, since it cause

[GitHub] arina-ielchiieva opened a new pull request #1578: DRILL-6913: Fix multiple error output in the console

2018-12-19 Thread GitBox
arina-ielchiieva opened a new pull request #1578: DRILL-6913: Fix multiple error output in the console URL: https://github.com/apache/drill/pull/1578 1. Bump up Calcite version to 1.17.0-drill-r2 (includes CALCITE-2463). 2. Optimized exception handling in DrillSqlWorker getPlan method.

[GitHub] arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running

2018-12-19 Thread GitBox
arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577#discussion_r242989144 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/server/TestTwoDrillbitsWithSame

[GitHub] arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running

2018-12-19 Thread GitBox
arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577#discussion_r242989504 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/server/TestTwoDrillbitsWithSame

[GitHub] arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running

2018-12-19 Thread GitBox
arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577#discussion_r242989610 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/server/TestTwoDrillbitsWithSame

[GitHub] arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running

2018-12-19 Thread GitBox
arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577#discussion_r242989350 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/server/TestTwoDrillbitsWithSame

[GitHub] arina-ielchiieva commented on issue #1577: DRILL-6912: NPE when other drillbit is already running

2018-12-19 Thread GitBox
arina-ielchiieva commented on issue #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577#issuecomment-448636567 @ihuzenko please check `TestGracefulShutdown` class. This

[GitHub] ihuzenko commented on issue #1577: DRILL-6912: NPE when other drillbit is already running

2018-12-19 Thread GitBox
ihuzenko commented on issue #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577#issuecomment-448628839 @vvysotskyi can you suggest how to assert this ? This is an aut

[GitHub] vvysotskyi commented on issue #1577: DRILL-6912: NPE when other drillbit is already running

2018-12-19 Thread GitBox
vvysotskyi commented on issue #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577#issuecomment-448622987 Changes look good, but can we add some tests for this issue? Th

Oracle JDBC storage plugin

2018-12-19 Thread Jean-Claude Cote
I've configured drill to use an JDBC storage plugin. My connection string is for an Oracle database. I have included the Oracle JDBC driver to my drill deployment. The connection is established correctly. However the storage plugin fails to retrieve the schema of the database. The JDBC API provid

[GitHub] ihuzenko opened a new pull request #1577: DRILL-6912: NPE when other drillbit is already running

2018-12-19 Thread GitBox
ihuzenko opened a new pull request #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] ihuzenko commented on issue #1559: DRILL-540: Allow querying hive views in Drill

2018-12-19 Thread GitBox
ihuzenko commented on issue #1559: DRILL-540: Allow querying hive views in Drill URL: https://github.com/apache/drill/pull/1559#issuecomment-448602644 @vdiravka I've addressed comments, review please. This is an automated mes

[GitHub] ihuzenko commented on a change in pull request #1559: DRILL-540: Allow querying hive views in Drill

2018-12-19 Thread GitBox
ihuzenko commented on a change in pull request #1559: DRILL-540: Allow querying hive views in Drill URL: https://github.com/apache/drill/pull/1559#discussion_r242921323 ## File path: contrib/storage-hive/core/src/test/java/org/apache/drill/exec/impersonation/hive/TestStorageBasedHi

[GitHub] ihuzenko commented on a change in pull request #1559: DRILL-540: Allow querying hive views in Drill

2018-12-19 Thread GitBox
ihuzenko commented on a change in pull request #1559: DRILL-540: Allow querying hive views in Drill URL: https://github.com/apache/drill/pull/1559#discussion_r242920937 ## File path: contrib/storage-hive/core/src/test/java/org/apache/drill/exec/impersonation/hive/TestSqlStdBasedAut

[GitHub] ihuzenko commented on a change in pull request #1559: DRILL-540: Allow querying hive views in Drill

2018-12-19 Thread GitBox
ihuzenko commented on a change in pull request #1559: DRILL-540: Allow querying hive views in Drill URL: https://github.com/apache/drill/pull/1559#discussion_r242920560 ## File path: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/planner/types/HiveToRelDataTypeConver

[GitHub] ihuzenko commented on a change in pull request #1559: DRILL-540: Allow querying hive views in Drill

2018-12-19 Thread GitBox
ihuzenko commented on a change in pull request #1559: DRILL-540: Allow querying hive views in Drill URL: https://github.com/apache/drill/pull/1559#discussion_r242546811 ## File path: contrib/storage-hive/core/src/test/java/org/apache/drill/exec/impersonation/hive/TestSqlStdBasedAut

Re: [VOTE] Apache Drill release 1.15.0 - RC0

2018-12-19 Thread Vitalii Diravka
@Aman Sinha I am investigating, which maven plugin causes creating this dir. I guess this sinks rc0. I'll prepare new release candidate once issues in DRILL-6912 [1] and DRILL-6913 [2] are fixed. [1] https://issues.apache.org/jira/browse/DRILL-6912 [2] https://issues.apache.org/jira/browse/D

Re: [VOTE] Apache Drill release 1.15.0 - RC0

2018-12-19 Thread Arina Ielchiieva
I think above issues are blockers, Vitalii please cancel the vote Kind regards, Arina On Wed, Dec 19, 2018 at 6:09 AM Aman Sinha wrote: > @vita...@apache.org any idea why there's an > extraneous directory in the source ? > drwxrwxr-x vitalii/vitalii 0 2018-12-18 03:48 > apache-drill-1.15.0-