[jira] [Resolved] (DRILL-5440) Sqlline is not connecting to Hive database

2017-04-26 Thread Abhishek Girish (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Girish resolved DRILL-5440. Resolution: Invalid > Sqlline is not connecting to Hive database >

[jira] [Created] (DRILL-5448) ODBC client crashed when user does not have access to text formatted hive table

2017-04-26 Thread Krystal (JIRA)
Krystal created DRILL-5448: -- Summary: ODBC client crashed when user does not have access to text formatted hive table Key: DRILL-5448 URL: https://issues.apache.org/jira/browse/DRILL-5448 Project: Apache

[jira] [Created] (DRILL-5447) Managed External Sort : Unable to allocate sv2 vector

2017-04-26 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5447: Summary: Managed External Sort : Unable to allocate sv2 vector Key: DRILL-5447 URL: https://issues.apache.org/jira/browse/DRILL-5447 Project: Apache Drill

[jira] [Created] (DRILL-5446) Offset Vector in VariableLengthVectors may waste up to 256KB per value vector

2017-04-26 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-5446: --- Summary: Offset Vector in VariableLengthVectors may waste up to 256KB per value vector Key: DRILL-5446 URL: https://issues.apache.org/jira/browse/DRILL-5446 Project:

[GitHub] drill pull request #820: DRILL-5391: CTAS: make folder and file permission c...

2017-04-26 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/820 DRILL-5391: CTAS: make folder and file permission configurable 1. Added new configuration option exec.persistent_table.umask which defaults to 002. User can modify this option on session or

Re: Jars for BaseTestQuery

2017-04-26 Thread François Méthot
Hi Paul, Thanks for your detailed comments. I am keeping your email as a reference. We tend to favor the System Level testing first because they are easier to maintain and refactoring code. After trying to use the System level test, we tried pure JUnit test approach and we realize that some

[GitHub] drill issue #804: DRILL-5405: Add missing operator types

2017-04-26 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/804 @sudheeshkatkam thanks for pointing out on the discussion. I will close this PR but I'll update Jira to reflect discussion points. --- If your project is set up for it, you can reply to

[GitHub] drill pull request #804: DRILL-5405: Add missing operator types

2017-04-26 Thread arina-ielchiieva
Github user arina-ielchiieva closed the pull request at: https://github.com/apache/drill/pull/804 --- 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 #773: DRILL-4335: Apache Drill should support network enc...

2017-04-26 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113375142 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/AbstractRemoteConnection.java --- @@ -224,4 +240,104 @@ public void close() { } }