Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 24041200BDD for ; Fri, 4 Nov 2016 03:23:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 22B59160B0B; Fri, 4 Nov 2016 02:23:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5B1EA160B0C for ; Fri, 4 Nov 2016 03:22:59 +0100 (CET) Received: (qmail 71910 invoked by uid 500); 4 Nov 2016 02:22:58 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 71851 invoked by uid 99); 4 Nov 2016 02:22:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2016 02:22:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 733022C1F56 for ; Fri, 4 Nov 2016 02:22:58 +0000 (UTC) Date: Fri, 4 Nov 2016 02:22:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4980) Upgrading of the approach of parquet date correctness status detection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 04 Nov 2016 02:23:00 -0000 [ https://issues.apache.org/jira/browse/DRILL-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634974#comment-15634974 ] 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_r86477805 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetRecordWriter.java --- @@ -78,7 +78,7 @@ private static final int MAXIMUM_RECORD_COUNT_FOR_CHECK = 10000; public static final String DRILL_VERSION_PROPERTY = "drill.version"; - public static final String IS_DATE_CORRECT_PROPERTY = "is.date.correct"; + public static final String WRITER_VERSION_PROPERTY = "parquet-writer.version"; --- End diff -- Done. Also parquet files for unit tests were regenerated as well. > 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)