[GitHub] drill pull request #684: DRILL-5070: Code gen: create methods in fixed order...

2016-12-09 Thread paul-rogers
Github user paul-rogers closed the pull request at: https://github.com/apache/drill/pull/684 --- 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 #684: DRILL-5070: Code gen: create methods in fixed order to all...

2016-12-09 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/684 Closing pull request since we don't want to have golden copies of generated code. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] drill issue #665: DRILL-5056: UserException does not write full message to l...

2016-12-09 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/665 Used a generated serial id for UserException (even though it is never serialized.) Remove the code cleanup. Changed code to use a string builder. --- If your project is set up for it, you can rep

[GitHub] drill pull request #685: Drill 5043: Function that returns a unique id per s...

2016-12-09 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy commented on a diff in the pull request: https://github.com/apache/drill/pull/685#discussion_r91826699 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserSession.java --- @@ -115,6 +118,7 @@ public UserSession build() {

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91823124 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -357,10 +357,54 @@ protected void afterExecute(final Runnabl

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91821466 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/ConnectTriesPropertyTestClusterBits.java --- @@ -0,0 +1,244 @@ +/** + * Licensed to

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91820952 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -357,10 +357,54 @@ protected void afterExecute(final Runnable r, fin

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91822093 --- Diff: exec/jdbc/src/test/java/org/apache/drill/jdbc/test/JdbcConnectTriesTestEmbeddedBits.java --- @@ -0,0 +1,162 @@ +/** + * Licensed to the Apach

[GitHub] drill pull request #665: DRILL-5056: UserException does not write full messa...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/665#discussion_r91820261 --- Diff: common/src/main/java/org/apache/drill/common/exceptions/UserException.java --- @@ -549,7 +550,12 @@ public UserException build(final Logger lo

[GitHub] drill pull request #665: DRILL-5056: UserException does not write full messa...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/665#discussion_r91820335 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/fragment/FragmentExecutor.java --- @@ -224,6 +224,7 @@ public void run() {

[GitHub] drill pull request #665: DRILL-5056: UserException does not write full messa...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/665#discussion_r91820210 --- Diff: common/src/main/java/org/apache/drill/common/exceptions/UserException.java --- @@ -549,7 +550,12 @@ public UserException build(final Logger lo

[GitHub] drill issue #681: DRILL-5112: Unit tests derived from PopUnitTestBase fail i...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/681 +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 fe

[GitHub] drill issue #680: DRILL-5108: Reduce output from Maven git-commit-id-plugin

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/680 +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 fe

[GitHub] drill issue #669: DRILL-5044: After the dynamic registration of multiple jar...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/669 +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 fe

[jira] [Created] (DRILL-5121) A memory leak is observed when exact case is not specified for a column in a filter condition

2016-12-09 Thread Karthikeyan Manivannan (JIRA)
Karthikeyan Manivannan created DRILL-5121: - Summary: A memory leak is observed when exact case is not specified for a column in a filter condition Key: DRILL-5121 URL: https://issues.apache.org/jira/browse

[GitHub] drill issue #676: DRILL-5091: JDBC unit test fail on Java 8

2016-12-09 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/676 Opened DRILL-5120 for the JDBC Driver update for JDBC 4.2. Added TODOs as requested. Squashed commits to simplify commit to master. --- If your project is set up for it, you can reply to this ema

[jira] [Created] (DRILL-5120) Upgrade JDBC Driver for new Java 8 methods

2016-12-09 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5120: -- Summary: Upgrade JDBC Driver for new Java 8 methods Key: DRILL-5120 URL: https://issues.apache.org/jira/browse/DRILL-5120 Project: Apache Drill Issue Type: Bug

[GitHub] drill issue #688: DRILL-5119 - Update MapR version to 5.2.0.40963-mapr

2016-12-09 Thread adityakishore
Github user adityakishore commented on the issue: https://github.com/apache/drill/pull/688 LGTM. --- 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 issue #688: DRILL-5119 - Update MapR version to 5.2.0.40963-mapr

2016-12-09 Thread spanchamiamapr
Github user spanchamiamapr commented on the issue: https://github.com/apache/drill/pull/688 LGTM --- 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 issue #680: DRILL-5108: Reduce output from Maven git-commit-id-plugin

2016-12-09 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/680 The non-verbose output is, indeed, blank. The value of the plugin seems to be that it creates Maven variables that can be used elsewhere in the POM for various purposes. Dumping to console is an "

[GitHub] drill issue #688: DRILL-5119 - Update MapR version to 5.2.0.40963-mapr

2016-12-09 Thread Agirish
Github user Agirish commented on the issue: https://github.com/apache/drill/pull/688 @spanchamiamapr, @adityakishore can one of you please review this change? --- 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 projec

[GitHub] drill issue #688: DRILL-5119 - Update MapR version to 5.2.0.40963-mapr

2016-12-09 Thread Agirish
Github user Agirish commented on the issue: https://github.com/apache/drill/pull/688 +1 (non-binding). Thanks for making the change. --- 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 feat

[GitHub] drill pull request #688: DRILL-5119 - Update MapR version to 5.2.0.40963-map...

2016-12-09 Thread pwong-mapr
GitHub user pwong-mapr opened a pull request: https://github.com/apache/drill/pull/688 DRILL-5119 - Update MapR version to 5.2.0.40963-mapr Change for https://issues.apache.org/jira/browse/DRILL-5119 You can merge this pull request into a Git repository by running: $ git pull h

[GitHub] drill pull request #687: DRILL-4996: Parquet Date auto-correction is not wor...

2016-12-09 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/687 DRILL-4996: Parquet Date auto-correction is not working in auto-parti… …tioned parquet files generated by drill-1.6 - Changed detection approach of corrupted date values for the case, wh

[jira] [Created] (DRILL-5119) Update MapR version to 5.2.0.40963-mapr

2016-12-09 Thread Abhishek Girish (JIRA)
Abhishek Girish created DRILL-5119: -- Summary: Update MapR version to 5.2.0.40963-mapr Key: DRILL-5119 URL: https://issues.apache.org/jira/browse/DRILL-5119 Project: Apache Drill Issue Type:

[GitHub] drill issue #657: DRILL-5048: AssertionError when case statement is used wit...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/657 +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 fe

[GitHub] drill issue #672: DRILL-5085: Add / update description for dynamic UDFs dire...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/672 +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 fe

[GitHub] drill issue #676: DRILL-5091: JDBC unit test fail on Java 8

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/676 +1, pending minor comment --- 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

[GitHub] drill pull request #676: DRILL-5091: JDBC unit test fail on Java 8

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/676#discussion_r91797180 --- Diff: exec/jdbc/src/test/java/org/apache/drill/jdbc/test/Drill2489CallsAfterCloseThrowExceptionsTest.java --- @@ -477,18 +468,32 @@ public void tes

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91768005 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -357,10 +357,54 @@ protected void afterExecute(final Runnabl

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91795818 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/ConnectTriesPropertyTestClusterBits.java --- @@ -0,0 +1,244 @@ +/** + * Lic

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91796042 --- Diff: exec/jdbc/src/test/java/org/apache/drill/jdbc/test/JdbcConnectTriesTestEmbeddedBits.java --- @@ -0,0 +1,162 @@ +/** + * Licensed to t

[GitHub] drill issue #680: DRILL-5108: Reduce output from Maven git-commit-id-plugin

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/680 What does the non verbose message look like? --- 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 f

[GitHub] drill issue #682: DRILL-5113: Upgrade Maven RAT plugin to avoid annoying XML...

2016-12-09 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/682 +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 fe

[GitHub] drill pull request #673: DRILL-4764: Parquet file with INT_16, etc. logical ...

2016-12-09 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on a diff in the pull request: https://github.com/apache/drill/pull/673#discussion_r91753304 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetFixedWidthDictionaryReaders.java --- @@ -56,6 +58,31 @@

[GitHub] drill issue #594: DRILL-4842: SELECT * on JSON data results in NumberFormatE...

2016-12-09 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on the issue: https://github.com/apache/drill/pull/594 @chunhui-shi, could you please review new changes? --- 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 t

[GitHub] drill pull request #686: DRILL-5117: Compile error when query a json file wi...

2016-12-09 Thread Serhii-Harnyk
GitHub user Serhii-Harnyk opened a pull request: https://github.com/apache/drill/pull/686 DRILL-5117: Compile error when query a json file with 1000+columns You can merge this pull request into a Git repository by running: $ git pull https://github.com/Serhii-Harnyk/drill DRIL

[jira] [Created] (DRILL-5118) Select Query Limit is not working in Drill 1.8

2016-12-09 Thread Gopal Nagar (JIRA)
Gopal Nagar created DRILL-5118: -- Summary: Select Query Limit is not working in Drill 1.8 Key: DRILL-5118 URL: https://issues.apache.org/jira/browse/DRILL-5118 Project: Apache Drill Issue Type: B

[jira] [Created] (DRILL-5117) Compile error when query a json file with 1000+columns

2016-12-09 Thread Serhii Harnyk (JIRA)
Serhii Harnyk created DRILL-5117: Summary: Compile error when query a json file with 1000+columns Key: DRILL-5117 URL: https://issues.apache.org/jira/browse/DRILL-5117 Project: Apache Drill I

[GitHub] drill issue #685: Drill 5043: Function that returns a unique id per session/...

2016-12-09 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy commented on the issue: https://github.com/apache/drill/pull/685 @paul-rogers as per my requirement the SessionId needs to be unique. Thats all. It does not have to be a monotonically increasing sequence. So, UUID should be fine. Will look into #666

[GitHub] drill pull request #685: Drill 5043: Function that returns a unique id per s...

2016-12-09 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy commented on a diff in the pull request: https://github.com/apache/drill/pull/685#discussion_r91685705 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserSession.java --- @@ -115,6 +118,7 @@ public UserSession build() {

[GitHub] drill issue #660: DRILL-5052: Option to debug generated Java code using an I...

2016-12-09 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/660 Looks good. --- 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, o

[GitHub] drill pull request #660: DRILL-5052: Option to debug generated Java code usi...

2016-12-09 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/660#discussion_r91679324 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/ClassGenerator.java --- @@ -246,6 +246,12 @@ public void rotateBlock() { ro