[
https://issues.apache.org/jira/browse/DRILL-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634975#comment-15634975
]
ASF GitHub Bot commented on DRILL-4980:
---------------------------------------
Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/644#discussion_r86478118
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetWriter.java
---
@@ -40,6 +40,8 @@
public class ParquetWriter extends AbstractWriter {
static final org.slf4j.Logger logger =
org.slf4j.LoggerFactory.getLogger(ParquetWriter.class);
+ public static final int WRITER_VERSION = 2;
--- End diff --
I copied this comment into the project.
> Upgrading of the approach of parquet date correctness status detection
> ----------------------------------------------------------------------
>
> Key: DRILL-4980
> URL: https://issues.apache.org/jira/browse/DRILL-4980
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - Parquet
> Affects Versions: 1.8.0
> Reporter: Vitalii Diravka
> Assignee: Vitalii Diravka
> Fix For: 1.9.0
>
>
> This jira is an addition for the
> [DRILL-4203|https://issues.apache.org/jira/browse/DRILL-4203].
> The date correctness label for the new generated parquet files should be
> upgraded.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)