[GitHub] drill pull request #1050: DRILL-5694: Do not allow queries to access paths o...

2017-11-22 Thread parthchandra
GitHub user parthchandra opened a pull request: https://github.com/apache/drill/pull/1050 DRILL-5694: Do not allow queries to access paths outside the current … Added check to prevent users from accessing a path outside the current workspace. For backward compatibility this

[GitHub] drill pull request #1048: DRILL-5987: Use one version of javassist

2017-11-22 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1048#discussion_r152703332 --- Diff: common/pom.xml --- @@ -63,12 +63,29 @@ org.msgpack msgpack 0.6.6 + --- End diff -- Removed

[GitHub] drill issue #1043: DRILL-5981: Add Syntax Highlighting and Error Checking to...

2017-11-22 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1043 May be @arina-ielchiieva can help resolve squashing into one commit. LGTM ... thanks for doing this! +1 ---

[GitHub] drill pull request #1028: DRILL-5943: Avoid the strong check introduced by D...

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1028 ---

[GitHub] drill pull request #1036: DRILL-5962: Adding ST_AsJSON functionality

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1036 ---

[GitHub] drill pull request #1031: DRILL-5917: Ban org.json:json library in Drill

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1031 ---

[GitHub] drill pull request #1034: DRILL-5960: Adding asGeoJSON function

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1034 ---

[GitHub] drill pull request #1025: DRILL-5936: Refactor MergingRecordBatch based on c...

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1025 ---

[GitHub] drill pull request #1014: DRILL-5771: Fix serDe errors for format plugins

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1014 ---

[GitHub] drill pull request #1030: DRILL-5941: Skip header / footer improvements for ...

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1030 ---

[GitHub] drill pull request #1029: DRILL-5867: List profiles in pages rather than a l...

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1029 ---

[GitHub] drill pull request #1032: DRILL-5089: Dynamically load schema of storage plu...

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1032 ---

[GitHub] drill pull request #1044: DRILL-5980: Making queryType param for REST client...

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1044 ---

[GitHub] drill pull request #1035: DRILL-5801: Gantt chart (fragment timeline) enhanc...

2017-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1035 ---

[GitHub] drill pull request #1048: DRILL-5987: Use one version of javassist

2017-11-22 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1048#discussion_r152690825 --- Diff: common/pom.xml --- @@ -63,12 +63,29 @@ org.msgpack msgpack 0.6.6 + --- End diff --

[GitHub] drill issue #914: DRILL-5657: Size-aware vector writer structure

2017-11-22 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/914 Addressed Karthik's comments, rebased on master, resolved conflicts, and squashed all but the conflict resolution commit. ---

[jira] [Created] (DRILL-5989) Run Smoke Tests On Travis

2017-11-22 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-5989: - Summary: Run Smoke Tests On Travis Key: DRILL-5989 URL: https://issues.apache.org/jira/browse/DRILL-5989 Project: Apache Drill Issue Type: Improvement

[GitHub] drill issue #1048: DRILL-5987: Use one version of javassist

2017-11-22 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1048 @arina-ielchiieva ---

[GitHub] drill pull request #1048: DRILL-5987: Use one version of javassist

2017-11-22 Thread ilooner
GitHub user ilooner opened a pull request: https://github.com/apache/drill/pull/1048 DRILL-5987: Use one version of javassist There were two different versions of javassist being pulled in by **msgpack** and **reflections**. This makes sure only one version is included. You can

[jira] [Created] (DRILL-5988) Revise operator status for OperatorFixture

2017-11-22 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5988: -- Summary: Revise operator status for OperatorFixture Key: DRILL-5988 URL: https://issues.apache.org/jira/browse/DRILL-5988 Project: Apache Drill Issue Type:

[GitHub] drill pull request #914: DRILL-5657: Size-aware vector writer structure

2017-11-22 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/914#discussion_r152664121 --- Diff: exec/memory/base/src/main/java/io/netty/buffer/DrillBuf.java --- @@ -882,4 +882,71 @@ public void print(StringBuilder sb, int indent, Verbosity

[jira] [Created] (DRILL-5987) Two versions of javassist on the classpath

2017-11-22 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-5987: - Summary: Two versions of javassist on the classpath Key: DRILL-5987 URL: https://issues.apache.org/jira/browse/DRILL-5987 Project: Apache Drill Issue

[GitHub] drill issue #1043: DRILL-5981: Add Syntax Highlighting and Error Checking to...

2017-11-22 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1043 I made the requested fixes, and attempted to squash the commits into one, but failed on that last step. I actually renamed the js director `ace-code-editor`, which seemed descriptive to me. ---

[GitHub] drill issue #1030: DRILL-5941: Skip header / footer improvements for Hive st...

2017-11-22 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1030 +1 ---

[GitHub] drill issue #1043: DRILL-5981: Add Syntax Highlighting and Error Checking to...

2017-11-22 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1043 @cgivre Just edited the last comment to remove the +1 [ Learnt that I should wait till there is a response to my asks first! :) ] . To summarize, here are my 3 asks: 1. Change the theme

[GitHub] drill pull request #1047: DRILL-5970: DrillParquetReader always builds the s...

2017-11-22 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/1047 DRILL-5970: DrillParquetReader always builds the schema with "OPTIONA… …L" dataMode columns instead of "REQUIRED" ones - Added supporting of specifying the DataMode of data type in

[GitHub] drill pull request #1046: DRILL-5986: Update jackson-databind version to 2.7...

2017-11-22 Thread vvysotskyi
GitHub user vvysotskyi opened a pull request: https://github.com/apache/drill/pull/1046 DRILL-5986: Update jackson-databind version to 2.7.9.1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/vvysotskyi/drill DRILL-5986

[jira] [Created] (DRILL-5986) Update jackson-databind version to 2.7.9.1

2017-11-22 Thread Volodymyr Vysotskyi (JIRA)
Volodymyr Vysotskyi created DRILL-5986: -- Summary: Update jackson-databind version to 2.7.9.1 Key: DRILL-5986 URL: https://issues.apache.org/jira/browse/DRILL-5986 Project: Apache Drill

[GitHub] drill issue #1031: DRILL-5917: Ban org.json:json library in Drill

2017-11-22 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/1031 rebased to upstream/master and squashed commits. ---

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r152582047 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestViewSupport.java --- @@ -311,6 +311,75 @@ public void

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r152561351 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SqlConverter.java --- @@ -382,6 +382,9 @@ public int

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r152583668 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestViewSupport.java --- @@ -311,6 +311,75 @@ public void

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r152583194 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/ViewHandler.java --- @@ -78,47 +78,58 @@ public PhysicalPlan

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r152580600 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestCTAS.java --- @@ -254,6 +255,66 @@ public void createTableWithCustomUmask()

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r152579484 --- Diff: exec/java-exec/src/main/codegen/includes/parserImpls.ftl --- @@ -215,11 +223,12 @@ SqlNode SqlDropView() : /** * Parses a

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r152580204 --- Diff: exec/java-exec/src/main/codegen/includes/parserImpls.ftl --- @@ -172,26 +172,34 @@ SqlNodeList ParseRequiredFieldList(String relType) :

[GitHub] drill issue #921: DRILL-4286 Graceful shutdown of drillbit

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/921 @dvjyothsna also please remove `e.printStackTrace();` from the code, I see 4 occurrences. ---

[GitHub] drill issue #921: DRILL-4286 Graceful shutdown of drillbit

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/921 @paul-rogers is right, there is something wrong with the protos @dvjyothsna has generated. I took master branch and generated protos. No changes so these extra changes we see are wrong.

[GitHub] drill issue #1040: Drill 5425

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1040 @sohami could you please update pull request header to include Jira title? It would be just easier to identify it among others. Thanks. ---

[GitHub] drill issue #1044: DRILL-5980: Making queryType param for REST client case-i...

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1044 +1, LGTM. ---

[GitHub] drill issue #1031: DRILL-5917: Ban org.json:json library in Drill

2017-11-22 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1031 I see some functional test failures but I don't think they are related, it might be that your branch is not based on the latest master, so +1, LGTM. @vrozov thanks for making the

[jira] [Created] (DRILL-5985) Drill return IndexOutOfBoundsException when column name in the file doesnt match the exact case

2017-11-22 Thread sunny rajpal (JIRA)
sunny rajpal created DRILL-5985: --- Summary: Drill return IndexOutOfBoundsException when column name in the file doesnt match the exact case Key: DRILL-5985 URL: https://issues.apache.org/jira/browse/DRILL-5985