[GitHub] drill pull request #1097: DRILL-6100: Intermittent failure while reading Par...

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

[GitHub] drill issue #1024: DRILL-3640: Support JDBC Statement.setQueryTimeout(int)

2018-01-24 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1024 +1. Look like there are no more review comments to be addressed. ---

[GitHub] drill issue #1100: DRILL-6102: Fix ConcurrentModificationException in the Ba...

2018-01-24 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1100 +1 BTW, I think the synchronization is needed only for the historical log, but this is a debug print statement so it doesn't matter. ---

[GitHub] drill issue #1100: DRILL-6102: Fix ConcurrentModificationException in the Ba...

2018-01-24 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1100 @parthchandra please review ---

[GitHub] drill pull request #1100: DRILL-6102: Fix ConcurrentModificationException in...

2018-01-24 Thread ilooner
GitHub user ilooner opened a pull request: https://github.com/apache/drill/pull/1100 DRILL-6102: Fix ConcurrentModificationException in the BaseAllocator When a unit test fails and calls the BaseAllocators print method, the following exception can be thrown: ```

[GitHub] drill issue #1099: Use valueOf method instead of constructor since valueOf h...

2018-01-24 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1099 Hi @reudismam , Could you file a JIRA for this PR? Also, you'll need to modify the PR's subject/title to be prefixed with that JIRA number. You can see other PRs for an example. This

[GitHub] drill issue #1097: DRILL-6100: Intermittent failure while reading Parquet fi...

2018-01-24 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/1097 Rebased on top of latest master ---

[GitHub] drill issue #1097: DRILL-6100: Intermittent failure while reading Parquet fi...

2018-01-24 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1097 +1. ---

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

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

[GitHub] drill pull request #1058: DRILL-6002: Avoid memory copy from direct buffer t...

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

[GitHub] drill pull request #1087: DRILL-6079: Attempt to fix memory leak in Parquet

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

[GitHub] drill pull request #1093: DRILL-6093 : Account for simple columns in project...

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

[GitHub] drill pull request #1059: DRILL-5851: Empty table during a join operation wi...

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

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

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

[jira] [Created] (DRILL-6105) SYSTEM ERROR: NullPointerException

2018-01-24 Thread Nitin Pawar (JIRA)
Nitin Pawar created DRILL-6105: -- Summary: SYSTEM ERROR: NullPointerException Key: DRILL-6105 URL: https://issues.apache.org/jira/browse/DRILL-6105 Project: Apache Drill Issue Type: Bug

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

2018-01-24 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/1085 Sounds good. I will run the pre-commit tests. Since this PR was previously in a ready-to-commit stage and only needed a rebase, it is fine to mark it ready-to-commit. ---

[GitHub] drill pull request #1099: Use valueOf method instead of constructor since va...

2018-01-24 Thread reudismam
GitHub user reudismam opened a pull request: https://github.com/apache/drill/pull/1099 Use valueOf method instead of constructor since valueOf has a higher … …performance by caching frequently requested values. You can merge this pull request into a Git repository by running: