Re: IntelliJ code format

2017-09-07 Thread weijie tong
@Padma , thanks for your work. It still has other conflicts between eclipse and intellij code formatter settings like folding of function's argument list 、function coding. Take Foreman's constructor function as an example ,you will see different behaviors by applying different format settings.

[jira] [Created] (DRILL-5776) Authentication is not performed when updated SYSTEM option from REST api

2017-09-07 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-5776: - Summary: Authentication is not performed when updated SYSTEM option from REST api Key: DRILL-5776 URL: https://issues.apache.org/jira/browse/DRILL-5776 Project:

[GitHub] drill issue #934: DRILL-3449 When Foreman node dies, the FragmentExecutor st...

2017-09-07 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/934 @paul-rogers Please review ---

[GitHub] drill issue #923: DRILL-5723: Added System Internal Options That can be Modi...

2017-09-07 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/923 So it looks like Drill's treatment of OptionType and OptionScope is inconsistent at present. To correct this I am doing the following: - OptionType seems to be I'll defined. I think the

[jira] [Created] (DRILL-5775) Select * query on a maprdb binary table fails

2017-09-07 Thread Prasad Nagaraj Subramanya (JIRA)
Prasad Nagaraj Subramanya created DRILL-5775: Summary: Select * query on a maprdb binary table fails Key: DRILL-5775 URL: https://issues.apache.org/jira/browse/DRILL-5775 Project: Apache

[GitHub] drill pull request #926: DRILL-5269 Make DirectSubScan Jackson JSON deserial...

2017-09-07 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/926#discussion_r137658224 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/RecordReader.java --- @@ -26,6 +26,9 @@ import

[jira] [Created] (DRILL-5774) Excessive memory allocation

2017-09-07 Thread Robert Hou (JIRA)
Robert Hou created DRILL-5774: - Summary: Excessive memory allocation Key: DRILL-5774 URL: https://issues.apache.org/jira/browse/DRILL-5774 Project: Apache Drill Issue Type: Bug

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137641407 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed

[GitHub] drill pull request #926: DRILL-5269 Make DirectSubScan Jackson JSON deserial...

2017-09-07 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/926#discussion_r137619550 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/RecordReader.java --- @@ -26,6 +26,9 @@ import

Re: IntelliJ code format

2017-09-07 Thread Padma Penumarthy
@weijie, link is updated now with the new jar. Please check it out and let us know if any other issues. Thanks, Padma On Aug 21, 2017, at 8:59 AM, weijie tong > wrote: @padma ,what's the process? On Wed, 9 Aug 2017 at 1:04 AM Padma

[GitHub] drill pull request #937: DRILL-5002: Using hive's date functions on top of d...

2017-09-07 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/937 DRILL-5002: Using hive's date functions on top of date column gives w… …rong results for local time-zone You can merge this pull request into a Git repository by running: $ git pull

[GitHub] drill pull request #936: DRILL-5772: Add unit tests to indicate how utf-8 su...

2017-09-07 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/936 DRILL-5772: Add unit tests to indicate how utf-8 support can be enabled / disabled in Drill Details in [DRILL-5772](https://issues.apache.org/jira/browse/DRILL-5772). You can merge this

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137544136 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,113 @@ +/* + * Licensed to

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137543248 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137543377 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[jira] [Created] (DRILL-5773) Project pushdown into a subquery with select *

2017-09-07 Thread Jinfeng Ni (JIRA)
Jinfeng Ni created DRILL-5773: - Summary: Project pushdown into a subquery with select * Key: DRILL-5773 URL: https://issues.apache.org/jira/browse/DRILL-5773 Project: Apache Drill Issue Type:

[GitHub] drill pull request #935: DRILL-5766: Fix XSS vulnerabilities in Drill

2017-09-07 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/935 DRILL-5766: Fix XSS vulnerabilities in Drill 1. Bumped up freemarker version to 2.3.26-incubating. 2. Indicated default output format in Freemarker configuration (HTML). 3. Fixed Web

Custom storage plugin for DB supporting PostgreSQL JDBC driver.

2017-09-07 Thread Charuta Rajopadhye
Hi Team, I am trying to develop a storage plugin for a database that supports JDBC PostgreSQL driver. Directly using the JDBC storage plugin does not work for my cause because, my database supports dynamic (objects) datatype, that JDBC storage plugin does not handle. In order to remedy this, i

[jira] [Created] (DRILL-5772) Add unit test to indicated how utf-8 support can be enabled in Drill

2017-09-07 Thread Arina Ielchiieva (JIRA)
Arina Ielchiieva created DRILL-5772: --- Summary: Add unit test to indicated how utf-8 support can be enabled in Drill Key: DRILL-5772 URL: https://issues.apache.org/jira/browse/DRILL-5772 Project:

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137535649 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[jira] [Created] (DRILL-5771) Add unit tests to check that all storage plugin can be successfully serialized / deserialized

2017-09-07 Thread Arina Ielchiieva (JIRA)
Arina Ielchiieva created DRILL-5771: --- Summary: Add unit tests to check that all storage plugin can be successfully serialized / deserialized Key: DRILL-5771 URL: https://issues.apache.org/jira/browse/DRILL-5771

[jira] [Resolved] (DRILL-5765) Json query profile is not shown on Web UI

2017-09-07 Thread Arina Ielchiieva (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arina Ielchiieva resolved DRILL-5765. - Resolution: Fixed Merged into Apache master with commit id

[jira] [Resolved] (DRILL-5766) Stored XSS in APACHE DRILL

2017-09-07 Thread Arina Ielchiieva (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arina Ielchiieva resolved DRILL-5766. - Resolution: Fixed Merged into Apache master with commit id

[GitHub] drill issue #933: DRILL-5765: Json query profile is not shown on Web UI

2017-09-07 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/933 Thanks for explanation. +1 ---