[GitHub] [drill] paul-rogers commented on issue #1913: DRILL-6953: EVF-based version of the JSON reader

2020-02-06 Thread GitBox
paul-rogers commented on issue #1913: DRILL-6953: EVF-based version of the JSON reader URL: https://github.com/apache/drill/pull/1913#issuecomment-583269043 This PR has grown too large. It will be replaced by a series of smaller, more focused PRs. Will leave this open for now to allow use

[GitHub] [drill] paul-rogers opened a new pull request #1971: DRILL-7572: JSON structure parser

2020-02-06 Thread GitBox
paul-rogers opened a new pull request #1971: DRILL-7572: JSON structure parser URL: https://github.com/apache/drill/pull/1971 Provides a structure-driven parser for JSON. Provides an intermediate level beteen the Jackson JSON parser and the "shims" that write to Drill value vectors via

[jira] [Created] (DRILL-7572) JSON structure parser

2020-02-06 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7572: -- Summary: JSON structure parser Key: DRILL-7572 URL: https://issues.apache.org/jira/browse/DRILL-7572 Project: Apache Drill Issue Type: Improvement Affects Ve

Re: Timestamp Issue

2020-02-06 Thread Ted Dunning
That is really frustrating because that timestamp is literally in an ISO 8601 format. https://en.wikipedia.org/wiki/ISO_8601 It would be nice if these formats just worked by default. On Thu, Feb 6, 2020 at 5:05 AM Charles Givre wrote: > Hi Drill Devs > I'm having a small issue interpreting

[GitHub] [drill] vvysotskyi commented on a change in pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0

2020-02-06 Thread GitBox
vvysotskyi commented on a change in pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0 URL: https://github.com/apache/drill/pull/1970#discussion_r375879637 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestPushDownAndPruningForDecimal

[GitHub] [drill] vvysotskyi commented on a change in pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0

2020-02-06 Thread GitBox
vvysotskyi commented on a change in pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0 URL: https://github.com/apache/drill/pull/1970#discussion_r375874842 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetTableMetadataUtils.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0

2020-02-06 Thread GitBox
vvysotskyi commented on a change in pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0 URL: https://github.com/apache/drill/pull/1970#discussion_r375875397 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetTableMetadataUtils.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0

2020-02-06 Thread GitBox
vvysotskyi commented on a change in pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0 URL: https://github.com/apache/drill/pull/1970#discussion_r375871464 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/ConvertMetadataAggregateToDire

[GitHub] [drill] KazydubB opened a new pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0

2020-02-06 Thread GitBox
KazydubB opened a new pull request #1970: DRILL-7504: Upgrade Parquet library to 1.11.0 URL: https://github.com/apache/drill/pull/1970 # [DRILL-7504](https://issues.apache.org/jira/browse/DRILL-7504): Upgrade Parquet library to 1.11.0 ## Description Updated Parquet library to

Timestamp Issue

2020-02-06 Thread Charles Givre
Hi Drill Devs I'm having a small issue interpreting timestamps from data. The data in question is in both CSV and parquet format, and has dates encoded as strings in the following format: 1998-07-14T04:00:00 The issue I'm encountering is dealing with the literal T. The JODA instructions stat

[GitHub] [drill] vvysotskyi commented on issue #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4

2020-02-06 Thread GitBox
vvysotskyi commented on issue #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4 URL: https://github.com/apache/drill/pull/1969#issuecomment-582860409 Sorry, missed a question about Hadoop 3. I have checked also with Hadoop 3.2.0 (previously was checked with Hadoop 2.8

[GitHub] [drill] arina-ielchiieva commented on issue #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4

2020-02-06 Thread GitBox
arina-ielchiieva commented on issue #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4 URL: https://github.com/apache/drill/pull/1969#issuecomment-582812854 +1, LGTM. This is an automated message from the

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4

2020-02-06 Thread GitBox
arina-ielchiieva commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4 URL: https://github.com/apache/drill/pull/1969#discussion_r375722688 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Parquet

[GitHub] [drill] arina-ielchiieva merged pull request #1968: DRILL-7570: Fix unstable statistics tests

2020-02-06 Thread GitBox
arina-ielchiieva merged pull request #1968: DRILL-7570: Fix unstable statistics tests URL: https://github.com/apache/drill/pull/1968 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [drill] vvysotskyi commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4

2020-02-06 Thread GitBox
vvysotskyi commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4 URL: https://github.com/apache/drill/pull/1969#discussion_r375711722 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetTableM

[GitHub] [drill] vvysotskyi commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4

2020-02-06 Thread GitBox
vvysotskyi commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4 URL: https://github.com/apache/drill/pull/1969#discussion_r375709879 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetTableM

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4

2020-02-06 Thread GitBox
arina-ielchiieva commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4 URL: https://github.com/apache/drill/pull/1969#discussion_r375701393 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Parquet

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4

2020-02-06 Thread GitBox
arina-ielchiieva commented on a change in pull request #1969: DRILL-5733: Unable to SELECT from parquet file with Hadoop 2.7.4 URL: https://github.com/apache/drill/pull/1969#discussion_r375700370 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Parquet