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 0451A200C6C for ; Fri, 5 May 2017 14:30:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 02F5B160BBF; Fri, 5 May 2017 12:30:57 +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 4984F160B97 for ; Fri, 5 May 2017 14:30:56 +0200 (CEST) Received: (qmail 28594 invoked by uid 500); 5 May 2017 12:30:54 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 28302 invoked by uid 99); 5 May 2017 12:30:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2017 12:30:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B7962E0016; Fri, 5 May 2017 12:30:53 +0000 (UTC) From: arina-ielchiieva To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill pull request #819: DRILL-5419: Calculate return string length for lite... Content-Type: text/plain Message-Id: <20170505123053.B7962E0016@git1-us-west.apache.org> Date: Fri, 5 May 2017 12:30:53 +0000 (UTC) archived-at: Fri, 05 May 2017 12:30:57 -0000 Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/819#discussion_r113915450 --- Diff: protocol/src/main/protobuf/Types.proto --- @@ -70,8 +70,8 @@ enum MinorType { message MajorType { optional MinorType minor_type = 1; optional DataMode mode = 2; - optional int32 width = 3; // optional width for fixed size values. - optional int32 precision = 4; // used for decimal types + optional int32 width = 3; + optional int32 precision = 4; // used for decimal types or as optional length for fixed size values --- End diff -- Done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---