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 5D8EA200BD4 for ; Fri, 16 Dec 2016 11:51:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5C2EF160B24; Fri, 16 Dec 2016 10:51:05 +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 A44F9160AF6 for ; Fri, 16 Dec 2016 11:51:04 +0100 (CET) Received: (qmail 92665 invoked by uid 500); 16 Dec 2016 10:50:58 -0000 Mailing-List: contact dev-help@sqoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sqoop.apache.org Delivered-To: mailing list dev@sqoop.apache.org Received: (qmail 92399 invoked by uid 99); 16 Dec 2016 10:50:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2016 10:50:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9C48F2C03E6 for ; Fri, 16 Dec 2016 10:50:58 +0000 (UTC) Date: Fri, 16 Dec 2016 10:50:58 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@sqoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SQOOP-3074) Fix Avro import not to fail with Javac errors in case of non UTF-8 locale MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 16 Dec 2016 10:51:05 -0000 [ https://issues.apache.org/jira/browse/SQOOP-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754096#comment-15754096 ] ASF subversion and git services commented on SQOOP-3074: -------------------------------------------------------- Commit be30a344ee28ae60fcce9e9e45a0ec73c93209a7 in sqoop's branch refs/heads/trunk from [~maugli] [ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=be30a34 ] SQOOP-3075: Simplify Unicode character support in source files (introduced by SQOOP-3074) by defining explicit locales instead of using EscapeUtils (Attila Szabo) > Fix Avro import not to fail with Javac errors in case of non UTF-8 locale > ------------------------------------------------------------------------- > > Key: SQOOP-3074 > URL: https://issues.apache.org/jira/browse/SQOOP-3074 > Project: Sqoop > Issue Type: Bug > Reporter: Attila Szabo > Assignee: Attila Szabo > Attachments: SQOOP-3074.patch > > > The current implementation of Sqoop will fail to compile the ClassWriter generated Java class in case of UTF-8 characters are available in the database but the running host don't have UTF-8 or not supporting that. > Meanwhile we'd like to keep up the support of UTF-8 characters for example in Avro schemas. > A good example for that TestAvroImport#testNonstandardCharactersInColumnName fails if executed form a shell/env with non UTF-8 locale. > We have to provide an implementation reflects this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)