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 F23FA200B7E for ; Tue, 6 Sep 2016 15:25:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F0CEC160ABF; Tue, 6 Sep 2016 13:25:42 +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 44B7F160AAD for ; Tue, 6 Sep 2016 15:25:42 +0200 (CEST) Received: (qmail 12244 invoked by uid 500); 6 Sep 2016 13:25:41 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 12227 invoked by uid 99); 6 Sep 2016 13:25:41 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2016 13:25:41 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 188782D1EDE; Tue, 6 Sep 2016 13:25:40 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0342779476790511417==" MIME-Version: 1.0 Subject: Re: Review Request 51334: HIVE-14404: Allow delimiterfordsv to use multiple-character delimiters - second version From: Gabor Szadovszky To: Peter Vary , Sergio Pena , Szehon Ho , Naveen Gangam Cc: hive , Gabor Szadovszky , Marta Kuczora Date: Tue, 06 Sep 2016 13:25:40 -0000 Message-ID: <20160906132540.5210.27838@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Gabor Szadovszky X-ReviewGroup: hive X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/51334/ X-Sender: Gabor Szadovszky References: <20160906132150.5210.86857@reviews.apache.org> In-Reply-To: <20160906132150.5210.86857@reviews.apache.org> Reply-To: Gabor Szadovszky X-ReviewRequest-Repository: hive-git archived-at: Tue, 06 Sep 2016 13:25:43 -0000 --===============0342779476790511417== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Sept. 6, 2016, 1:21 p.m., Gabor Szadovszky wrote: > > LGTM > > Marta Kuczora wrote: > Thanks a lot for the review by the way. I forgot to write it earlier. :) You're very welcome. :) - Gabor ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51334/#review147822 ----------------------------------------------------------- On Sept. 6, 2016, 1:10 p.m., Marta Kuczora wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51334/ > ----------------------------------------------------------- > > (Updated Sept. 6, 2016, 1:10 p.m.) > > > Review request for hive, Naveen Gangam, Peter Vary, Sergio Pena, and Szehon Ho. > > > Bugs: HIVE-14404 > https://issues.apache.org/jira/browse/HIVE-14404 > > > Repository: hive-git > > > Description > ------- > > Changed the class which is used to generate the output for the formats 'csv2', 'tsv2' and 'dsv' not to use SuperCSV any more and support multiple characters as delimiter. > The class implements the same escaping logic as it had with SuperCSV if the quoting is not disabled. > Extended the TestBeeLineWithArgs tests with new test steps which are using multiple characters as delimiter. > > This review is a follow-up for the review 50896. > > > Diffs > ----- > > beeline/pom.xml d03f770 > beeline/src/java/org/apache/hive/beeline/BeeLine.java 8e65e39 > beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java 59fbca3 > beeline/src/java/org/apache/hive/beeline/SeparatedValuesOutputFormat.java 66d9fd0 > bin/beeline.cmd 971e20b > bin/ext/beeline.sh 8052c45 > itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java 1ca7623 > > Diff: https://reviews.apache.org/r/51334/diff/ > > > Testing > ------- > > - Tested manually in BeeLine. > - Extended the TestBeeLineWithArgs tests with new test steps which are using multiple characters as delimiter. > > > Thanks, > > Marta Kuczora > > --===============0342779476790511417==--