Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A83F10E51 for ; Tue, 26 Nov 2013 00:40:36 +0000 (UTC) Received: (qmail 35826 invoked by uid 500); 26 Nov 2013 00:40:35 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 35767 invoked by uid 500); 26 Nov 2013 00:40:35 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 35700 invoked by uid 99); 26 Nov 2013 00:40:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Nov 2013 00:40:35 +0000 Date: Tue, 26 Nov 2013 00:40:35 +0000 (UTC) From: "Doug Cutting (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AVRO-1397) Binary fragment tools should allow more than one datum or JSON object MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1397: ------------------------------- Attachment: AVRO-1397.patch Here's a version of the patch that removes whitespace-only changes. This let's me focus on the functional changes under review. BinaryFragmentToJsonTool no longer seems to pretty-print. That would be an incompatible change. Perhaps there should be a command-line option to disable pretty-printing, in order to maintain compatibility? JsonToBinaryFragmentTool may no longer signal an error if the file contains a truncated json expression, e.g., missing a final bracket. Instead, such expressions may be silently dropped. Is that right? If so, is there a way to fix it? Thanks! > Binary fragment tools should allow more than one datum or JSON object > --------------------------------------------------------------------- > > Key: AVRO-1397 > URL: https://issues.apache.org/jira/browse/AVRO-1397 > Project: Avro > Issue Type: New Feature > Components: java > Affects Versions: 1.7.5 > Reporter: Rob Turner > Priority: Minor > Attachments: AVRO-1397.patch, AVRO-1397.patch > > > It would be useful for the binary fragment tools to process more than one datum or JSON object. -- This message was sent by Atlassian JIRA (v6.1#6144)