[GitHub] [drill] paul-rogers opened a new pull request #2073: DRILL-7725: Updates to the EVF2 framework

2020-04-30 Thread GitBox
paul-rogers opened a new pull request #2073: URL: https://github.com/apache/drill/pull/2073 # [DRILL-7725](https://issues.apache.org/jira/browse/DRILL-7725): Updates to the EVF2 framework ## Description Includes the refinements needed to move the text (CSV) reader to the upgr

[GitHub] [drill] paul-rogers opened a new pull request #2072: DRILL-7724: Refactor metadata controller batch

2020-04-30 Thread GitBox
paul-rogers opened a new pull request #2072: URL: https://github.com/apache/drill/pull/2072 # DRILL-7724](https://issues.apache.org/jira/browse/DRILL-7724): Refactor metadata controller batch ## Description A debugging session revealed opportunities to simplify `MetadataContr

[GitHub] [drill] laurentgo opened a new pull request #2071: [DRILL-7727](https://issues.apache.org/jira/browse/DRILL-7727) Fix protobuf warning message

2020-04-30 Thread GitBox
laurentgo opened a new pull request #2071: URL: https://github.com/apache/drill/pull/2071 ## Description Fix protobuf warning message about the use of ByteSize(), replaced with ByteSizeLong(). Also add a minimum version requirement to match what is described in the docs.

[jira] [Created] (DRILL-7727) Address Protobuf C++ warnings

2020-04-30 Thread Laurent Goujon (Jira)
Laurent Goujon created DRILL-7727: - Summary: Address Protobuf C++ warnings Key: DRILL-7727 URL: https://issues.apache.org/jira/browse/DRILL-7727 Project: Apache Drill Issue Type: Test

[jira] [Created] (DRILL-7726) Boost requirement is incorrect

2020-04-30 Thread Laurent Goujon (Jira)
Laurent Goujon created DRILL-7726: - Summary: Boost requirement is incorrect Key: DRILL-7726 URL: https://issues.apache.org/jira/browse/DRILL-7726 Project: Apache Drill Issue Type: Bug

[GitHub] [drill] laurentgo opened a new pull request #2070: Update boost requirement to 1.54

2020-04-30 Thread GitBox
laurentgo opened a new pull request #2070: URL: https://github.com/apache/drill/pull/2070 ## Description To support TLS1.2 flag, Boost ASIO 1.54 is required. Also replace deprecated use of `ssl::context::context(boost::asio::io_service &, method m)` which has been removed

[jira] [Created] (DRILL-7725) Updates to EVF2

2020-04-30 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7725: -- Summary: Updates to EVF2 Key: DRILL-7725 URL: https://issues.apache.org/jira/browse/DRILL-7725 Project: Apache Drill Issue Type: Improvement Affects Versions

[jira] [Created] (DRILL-7724) Refactor metadata controller batch

2020-04-30 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7724: -- Summary: Refactor metadata controller batch Key: DRILL-7724 URL: https://issues.apache.org/jira/browse/DRILL-7724 Project: Apache Drill Issue Type: Improvement

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-04-30 Thread GitBox
cgivre commented on a change in pull request #1962: URL: https://github.com/apache/drill/pull/1962#discussion_r418259652 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/EasyEVFBatchReader.java ## @@ -0,0 +1,329 @@ +/* + * Licensed to the Apache Soft

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-04-30 Thread GitBox
cgivre commented on a change in pull request #1962: URL: https://github.com/apache/drill/pull/1962#discussion_r418258808 ## File path: contrib/format-ltsv/src/main/java/org/apache/drill/exec/store/ltsv/LTSVRecordIterator.java ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-04-30 Thread GitBox
cgivre commented on a change in pull request #1962: URL: https://github.com/apache/drill/pull/1962#discussion_r418243180 ## File path: contrib/format-ltsv/src/main/java/org/apache/drill/exec/store/ltsv/LTSVRecordIterator.java ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-04-30 Thread GitBox
cgivre commented on a change in pull request #1962: URL: https://github.com/apache/drill/pull/1962#discussion_r418243402 ## File path: contrib/format-ltsv/src/main/java/org/apache/drill/exec/store/ltsv/LTSVRecordIterator.java ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-04-30 Thread GitBox
cgivre commented on a change in pull request #1962: URL: https://github.com/apache/drill/pull/1962#discussion_r418242956 ## File path: contrib/format-ltsv/src/main/java/org/apache/drill/exec/store/ltsv/LTSVRecordIterator.java ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-04-30 Thread GitBox
cgivre commented on a change in pull request #1962: URL: https://github.com/apache/drill/pull/1962#discussion_r418241396 ## File path: contrib/format-ltsv/src/main/java/org/apache/drill/exec/store/ltsv/LTSVFormatPlugin.java ## @@ -15,78 +15,77 @@ * See the License for the sp

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-04-30 Thread GitBox
cgivre commented on a change in pull request #1962: URL: https://github.com/apache/drill/pull/1962#discussion_r418241154 ## File path: contrib/format-ltsv/src/main/java/org/apache/drill/exec/store/ltsv/LTSVFormatPlugin.java ## @@ -15,78 +15,77 @@ * See the License for the sp

[GitHub] [drill] cgivre commented on a change in pull request #1962: DRILL-7554: Convert LTSV Format Plugin to EVF

2020-04-30 Thread GitBox
cgivre commented on a change in pull request #1962: URL: https://github.com/apache/drill/pull/1962#discussion_r418236602 ## File path: exec/java-exec/src/test/java/org/apache/drill/test/ClusterTest.java ## @@ -125,4 +139,30 @@ public static void run(String query, Object... args