[GitHub] drill pull request #1090: DRILL-6080: Sort incorrectly limits batch size to ...

2018-01-12 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/1090 DRILL-6080: Sort incorrectly limits batch size to 65535 records Sort incorrectly limits batch size to 65535 records rather than 65536. This PR also includes a few code cleanup items.

[GitHub] drill pull request #1089: DRILL-6078: support timestamp type to be pushed in...

2018-01-12 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/1089 DRILL-6078: support timestamp type to be pushed into MapRDB You can merge this pull request into a Git repository by running: $ git pull https://github.com/chunhui-shi/drill work3

[GitHub] drill pull request #1086: DRILL-6076: Reduce the default memory from a total...

2018-01-12 Thread kkhatua
Github user kkhatua closed the pull request at: https://github.com/apache/drill/pull/1086 ---

[GitHub] drill issue #1086: DRILL-6076: Reduce the default memory from a total of 13G...

2018-01-12 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1086 Ok. Looks like [DRILL-5926](https://issues.apache.org/jira/browse/DRILL-5926) (committed into Apache master) explicitly has a need for bumping up the memory to 4GB for heap alone. I guess we'll

[GitHub] drill issue #1084: DRILL-5868: Support SQL syntax highlighting of queries

2018-01-12 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1084 @arina-ielchiieva updated the changes based on your review. Please have a look. ---

[GitHub] drill pull request #1084: DRILL-5868: Support SQL syntax highlighting of que...

2018-01-12 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1084#discussion_r161350730 --- Diff: exec/java-exec/src/main/resources/rest/static/js/ace-code-editor/snippets/sql.js --- @@ -0,0 +1,46 @@ +/** + * Drill SQL Syntax Snippets

[jira] [Created] (DRILL-6086) TestSortImpl.testLargeBatch unit test fails randomly

2018-01-12 Thread Vlad Rozov (JIRA)
Vlad Rozov created DRILL-6086: - Summary: TestSortImpl.testLargeBatch unit test fails randomly Key: DRILL-6086 URL: https://issues.apache.org/jira/browse/DRILL-6086 Project: Apache Drill Issue

Re: Odd Error on Login with 1.13-SNAPSHOT

2018-01-12 Thread Vitalii Diravka
Hi John, Probably this Jira can help you [1]. You should verify your drill-override.conf file. Do you want to use any security mechanism? [1] https://issues.apache.org/jira/browse/DRILL-5425 Kind regards Vitalii On Thu, Jan 11, 2018 at 6:52 PM, John Omernik wrote: > I am

[jira] [Created] (DRILL-6085) Travis build sometimes fails becomes vm suddenly exits.

2018-01-12 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6085: - Summary: Travis build sometimes fails becomes vm suddenly exits. Key: DRILL-6085 URL: https://issues.apache.org/jira/browse/DRILL-6085 Project: Apache Drill

[GitHub] drill issue #1086: DRILL-6076: Reduce the default memory from a total of 13G...

2018-01-12 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1086 I think folks running unit tests can continue with the existing limits of 4GB heap+4GB Direct. The idea is to get Drill up and running for minimal use cases, and you are expected to bump up memory

[jira] [Created] (DRILL-6084) Expose list of Drill functions for consumption by JavaScript libraries

2018-01-12 Thread Kunal Khatua (JIRA)
Kunal Khatua created DRILL-6084: --- Summary: Expose list of Drill functions for consumption by JavaScript libraries Key: DRILL-6084 URL: https://issues.apache.org/jira/browse/DRILL-6084 Project: Apache

[GitHub] drill issue #1086: DRILL-6076: Reduce the default memory from a total of 13G...

2018-01-12 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1086 The settings for running the unit tests are (from the pom file : -Xms512m -Xmx4096m -XX:MaxPermSize=512M -XX:MaxDirectMemorySize=4096M

[jira] [Resolved] (DRILL-6047) Update doc to include instructions for libpam4j

2018-01-12 Thread Bridget Bevens (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bridget Bevens resolved DRILL-6047. --- Resolution: Fixed > Update doc to include instructions for libpam4j >

[GitHub] drill pull request #1023: DRILL-5922 Fixed Child Allocator Leak. DRILL-5926 ...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1023 ---

[GitHub] drill pull request #1049: DRILL-5971: Fix INT64, INT32 logical types in comp...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1049 ---

[GitHub] drill pull request #1070: DRILL-6004: Direct buffer bounds checking should b...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1070 ---

[GitHub] drill pull request #1067: DRILL-3958: Return a valid error message when stor...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1067 ---

[GitHub] drill pull request #1041: DRILL-5961: For long running queries (> 10 min) Dr...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1041 ---

[GitHub] drill pull request #1075: DRILL-6030: Managed sort should minimize number of...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1075 ---

[GitHub] drill pull request #1026: DRILL-5919: Add non-numeric support for JSON proce...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1026 ---

[GitHub] drill pull request #1084: DRILL-5868: Support SQL syntax highlighting of que...

2018-01-12 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1084#discussion_r161288148 --- Diff: exec/java-exec/src/main/resources/rest/static/js/ace-code-editor/snippets/sql.js --- @@ -0,0 +1,46 @@ +/** + * Drill SQL Syntax Snippets

[GitHub] drill issue #1060: DRILL-5846: Improve parquet performance for Flat Data Typ...

2018-01-12 Thread sachouche
Github user sachouche commented on the issue: https://github.com/apache/drill/pull/1060 @paul-rogers with regard to the design aspects that you brought up: ** Corrections about the proposed Design ** Your analysis somehow assumes the Vector is the one driving the loading

[GitHub] drill pull request #1085: DRILL-6049: Misc. hygiene and code cleanup changes

2018-01-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1085#discussion_r161208584 --- Diff: common/src/main/java/org/apache/drill/common/types/Types.java --- @@ -728,4 +733,49 @@ public static boolean isLaterType(MajorType type) {

[GitHub] drill pull request #1085: DRILL-6049: Misc. hygiene and code cleanup changes

2018-01-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1085#discussion_r161215163 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/ExecTest.java --- @@ -38,20 +38,26 @@ import

[GitHub] drill pull request #1085: DRILL-6049: Misc. hygiene and code cleanup changes

2018-01-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1085#discussion_r161208998 --- Diff: common/src/test/java/org/apache/drill/test/DrillTest.java --- @@ -54,8 +56,7 @@ static MemWatcher memWatcher; static String

[GitHub] drill pull request #1085: DRILL-6049: Misc. hygiene and code cleanup changes

2018-01-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1085#discussion_r161211784 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ops/OperatorStats.java --- @@ -278,22 +273,62 @@ public void

[GitHub] drill pull request #1085: DRILL-6049: Misc. hygiene and code cleanup changes

2018-01-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1085#discussion_r161207650 --- Diff: common/src/main/java/org/apache/drill/common/exceptions/UserException.java --- @@ -83,23 +83,17 @@ public static Builder memoryError() {

[jira] [Resolved] (DRILL-5690) RepeatedDecimal18Vector does not pass scale, precision to data vector

2018-01-12 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volodymyr Vysotskyi resolved DRILL-5690. Resolution: Fixed Fixed in

[GitHub] drill pull request #1083: DRILL-4185: UNION ALL involving empty directory on...

2018-01-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1083#discussion_r161205848 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestJoinNullable.java --- @@ -568,6 +570,22 @@ public void

[GitHub] drill pull request #1066: DRILL-3993: Changes to support Calcite 1.15

2018-01-12 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/1066#discussion_r161185413 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/AggPruleBase.java --- @@ -82,4 +83,19 @@ protected boolean