Re: compile issue with MapR repo is being worked

2020-05-04 Thread Vova Vysotskyi
Hi Ted, Thanks for your help! It looks like for http protocol this issue was resolved. Kind regards, Volodymyr Vysotskyi On Mon, May 4, 2020 at 4:19 AM Charles Givre wrote: > Hi Ted, > Thanks for your help. You can view the logs here: > https://github.com/apache/drill/pull/2067 < >

[GitHub] [drill] vvysotskyi commented on a change in pull request #2068: DRILL-7717: Support Mongo extended types in V2 JSON loader

2020-05-04 Thread GitBox
vvysotskyi commented on a change in pull request #2068: URL: https://github.com/apache/drill/pull/2068#discussion_r419241974 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/values/UtcTimestampValueListener.java ## @@ -0,0 +1,72 @@ +/* + *

[GitHub] [drill] vvysotskyi commented on a change in pull request #2072: DRILL-7724: Refactor metadata controller batch

2020-05-04 Thread GitBox
vvysotskyi commented on a change in pull request #2072: URL: https://github.com/apache/drill/pull/2072#discussion_r419244221 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/metadata/MetadataControllerBatch.java ## @@ -127,113 +126,93 @@

Re: compile issue with MapR repo is being worked

2020-05-04 Thread Charles Givre
HI Ted, Vova, My PR is still blocked by the MapR repos. After reverting back to the HTTP repo (which does seem to be working) we're now getting the following error: [ERROR] Failed to execute goal on project drill-format-mapr: Could not resolve dependencies for project

[GitHub] [drill] laurentgo commented on a change in pull request #2071: DRILL-7727 Fix protobuf warning message

2020-05-04 Thread GitBox
laurentgo commented on a change in pull request #2071: URL: https://github.com/apache/drill/pull/2071#discussion_r419589392 ## File path: contrib/native/client/CMakeLists.txt ## @@ -25,6 +25,13 @@ cmake_policy(SET CMP0043 NEW) cmake_policy(SET CMP0048 NEW) enable_testing()

[GitHub] [drill] vvysotskyi commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
vvysotskyi commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419660268 ## File path: pom.xml ## @@ -359,6 +359,7 @@ **/*.pcap **/*.log1 **/*.log2 +**/*.sav Review comment:

[GitHub] [drill] paul-rogers commented on a change in pull request #2072: DRILL-7724: Refactor metadata controller batch

2020-05-04 Thread GitBox
paul-rogers commented on a change in pull request #2072: URL: https://github.com/apache/drill/pull/2072#discussion_r419628787 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/metadata/MetadataControllerBatch.java ## @@ -127,113 +126,93 @@

[GitHub] [drill] vvysotskyi commented on a change in pull request #2071: DRILL-7727 Fix protobuf warning message

2020-05-04 Thread GitBox
vvysotskyi commented on a change in pull request #2071: URL: https://github.com/apache/drill/pull/2071#discussion_r419654433 ## File path: contrib/native/client/CMakeLists.txt ## @@ -25,6 +25,13 @@ cmake_policy(SET CMP0043 NEW) cmake_policy(SET CMP0048 NEW) enable_testing()

[GitHub] [drill] paul-rogers commented on pull request #2068: DRILL-7717: Support Mongo extended types in V2 JSON loader

2020-05-04 Thread GitBox
paul-rogers commented on pull request #2068: URL: https://github.com/apache/drill/pull/2068#issuecomment-623616523 @vvysotskyi, thanks much for the review. Addressed your remaining comments. This is an automated message

[jira] [Created] (DRILL-7729) Use java.time in column accessors

2020-05-04 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7729: -- Summary: Use java.time in column accessors Key: DRILL-7729 URL: https://issues.apache.org/jira/browse/DRILL-7729 Project: Apache Drill Issue Type: Improvement

Re: compile issue with MapR repo is being worked

2020-05-04 Thread Ted Dunning
Forwarded. On Mon, May 4, 2020 at 6:15 AM Charles Givre wrote: > HI Ted, Vova, > My PR is still blocked by the MapR repos. After reverting back to the > HTTP repo (which does seem to be working) we're now getting the following > error: > > [ERROR] Failed to execute goal on project

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419668523 ## File path: pom.xml ## @@ -359,6 +359,7 @@ **/*.pcap **/*.log1 **/*.log2 +**/*.sav Review comment:

[GitHub] [drill] paul-rogers opened a new pull request #2075: DRILL-7730: Improve web query efficiency

2020-05-04 Thread GitBox
paul-rogers opened a new pull request #2075: URL: https://github.com/apache/drill/pull/2075 # DRILL-7730](https://issues.apache.org/jira/browse/DRILL-7730): Improve web query efficiency ## Description Drill provides a REST API to run queries: `http://:8047/query` and

[GitHub] [drill] vvysotskyi commented on a change in pull request #2072: DRILL-7724: Refactor metadata controller batch

2020-05-04 Thread GitBox
vvysotskyi commented on a change in pull request #2072: URL: https://github.com/apache/drill/pull/2072#discussion_r419664485 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/metadata/MetadataControllerBatch.java ## @@ -127,113 +126,93 @@

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419812606 ## File path: contrib/format-spss/src/main/java/org/apache/drill/exec/store/spss/SpssBatchReader.java ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419812106 ## File path: contrib/format-spss/pom.xml ## @@ -0,0 +1,88 @@ + + +http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419814031 ## File path: contrib/format-spss/src/main/java/org/apache/drill/exec/store/spss/SpssBatchReader.java ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419816763 ## File path: contrib/format-spss/README.md ## @@ -0,0 +1,83 @@ +# Format Plugin for SPSS (SAV) Files +This format plugin enables Apache Drill to read and

[GitHub] [drill] paul-rogers opened a new pull request #2076: DRILL-7729: Use java.time in column accessors

2020-05-04 Thread GitBox
paul-rogers opened a new pull request #2076: URL: https://github.com/apache/drill/pull/2076 # [DRILL-7729](https://issues.apache.org/jira/browse/DRILL-7729): Use java.time in column accessors (Please replace `PR Title` with actual PR Title) ## Description Uses`

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419811899 ## File path: contrib/format-spss/README.md ## @@ -0,0 +1,83 @@ +# Format Plugin for SPSS (SAV) Files +This format plugin enables Apache Drill to read and

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419813495 ## File path: contrib/format-spss/src/main/java/org/apache/drill/exec/store/spss/SpssBatchReader.java ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419812810 ## File path: contrib/format-spss/src/main/java/org/apache/drill/exec/store/spss/SpssBatchReader.java ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419812878 ## File path: contrib/format-spss/src/main/java/org/apache/drill/exec/store/spss/SpssBatchReader.java ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on pull request #2067: URL: https://github.com/apache/drill/pull/2067#issuecomment-623789077 @paul-rogers Thanks for the review. I believe I addressed all your comments. This is an automated message

[GitHub] [drill] cgivre commented on a change in pull request #2067: DRILL-7716: Create Format Plugin for SPSS Files

2020-05-04 Thread GitBox
cgivre commented on a change in pull request #2067: URL: https://github.com/apache/drill/pull/2067#discussion_r419816168 ## File path: contrib/format-spss/src/main/java/org/apache/drill/exec/store/spss/SpssBatchReader.java ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache

[jira] [Created] (DRILL-7731) JDBC Storage Plugin for salesforce

2020-05-04 Thread Mohammed Zeeshan (Jira)
Mohammed Zeeshan created DRILL-7731: --- Summary: JDBC Storage Plugin for salesforce Key: DRILL-7731 URL: https://issues.apache.org/jira/browse/DRILL-7731 Project: Apache Drill Issue Type: