Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E51EE18E8C for ; Thu, 24 Dec 2015 15:59:49 +0000 (UTC) Received: (qmail 66915 invoked by uid 500); 24 Dec 2015 15:59:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66858 invoked by uid 500); 24 Dec 2015 15:59:49 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 66835 invoked by uid 99); 24 Dec 2015 15:59:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2015 15:59:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9367F2C1F55 for ; Thu, 24 Dec 2015 15:59:49 +0000 (UTC) Date: Thu, 24 Dec 2015 15:59:49 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15032) hbase shell scan filter string assumes UTF-8 encoding 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/HBASE-15032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071101#comment-15071101 ] Hudson commented on HBASE-15032: -------------------------------- FAILURE: Integrated in HBase-1.2-IT #364 (See [https://builds.apache.org/job/HBase-1.2-IT/364/]) HBASE-15032 hbase shell scan filter string assumes UTF-8 encoding (tedyu: rev ae1fc1d5cdaab06ec921bf3032ee840a33330b66) * hbase-shell/src/main/ruby/hbase/table.rb * hbase-shell/src/test/ruby/hbase/table_test.rb > hbase shell scan filter string assumes UTF-8 encoding > ----------------------------------------------------- > > Key: HBASE-15032 > URL: https://issues.apache.org/jira/browse/HBASE-15032 > Project: HBase > Issue Type: Bug > Components: shell > Reporter: huaxiang sun > Assignee: huaxiang sun > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: HBASE-15032-v001.patch, HBASE-15032-v002.patch, HBASE-15032-v002.patch, HBASE-15032-v003.patch > > > Current hbase shell scan filter string is assumed to be UTF-8 encoding, which makes the following scan not working. > hbase(main):011:0> scan 't1' > ROW COLUMN+CELL > r4 column=cf1:q1, timestamp=1450812398741, value=\x82 > hbase(main):003:0> scan 't1', {FILTER => "SingleColumnValueFilter ('cf1', 'q1', >=, 'binary:\x80', true, true)"} > ROW COLUMN+CELL > 0 row(s) in 0.0130 seconds -- This message was sent by Atlassian JIRA (v6.3.4#6332)