Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 8F568C974 for ; Mon, 17 Mar 2014 15:21:18 +0000 (UTC) Received: (qmail 85349 invoked by uid 500); 17 Mar 2014 15:21:16 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 85178 invoked by uid 500); 17 Mar 2014 15:21:16 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Delivered-To: moderator for dev@hbase.apache.org Received: (qmail 93992 invoked by uid 99); 17 Mar 2014 09:09:44 -0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) From: Umesh Chaudhary To: "user@hbase.apache.org" CC: "dev@hbase.apache.org" Subject: Problem with TScan.StartRow Thread-Topic: Problem with TScan.StartRow Thread-Index: Ac9BwIeCtwPJhRxFS32ABXFjvyQExw== Date: Mon, 17 Mar 2014 09:09:04 +0000 Message-ID: <798557B0204DED49937B7B1D7F6893C701F78E23@CO1PRD9702MB018.062d.mgd.msft.net> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [141.251.12.68] MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on jwimkrs2.na.jci.com/NA/Johnson_Controls at 03/17/2014 04:09:09 AM, Serialize by Router on jwimkrs2.na.jci.com/NA/Johnson_Controls at 03/17/2014 04:09:09 AM, Serialize complete at 03/17/2014 04:09:09 AM, Itemize by SMTP Server on smtpmke01.jci.com/JCI_SMTP(Release 8.5.2FP3|July 10, 2011) at 03/17/2014 04:07:40 AM, Serialize by Router on smtpmke01.jci.com/JCI_SMTP(Release 8.5.2FP3|July 10, 2011) at 03/17/2014 04:07:45 AM, Serialize complete at 03/17/2014 04:07:45 AM X-TNEFEvaluated: 1 Content-Type: multipart/alternative; boundary="_000_798557B0204DED49937B7B1D7F6893C701F78E23CO1PRD9702MB018_" Content-Language: en-US X-Virus-Checked: Checked by ClamAV on apache.org --_000_798557B0204DED49937B7B1D7F6893C701F78E23CO1PRD9702MB018_ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Hi, Here I am facing a strange Problem with TScan.StartRow property with C# Thr= ift API My problem is when I try to give the value as: scanFilter.StartRow =3D Encoding.ASCII.GetBytes("25|China|South|China South= Branch|Times Square|668|2013|07|21|PM"); scanFilter.EndRow =3D Encoding.ASCII.GetBytes("25|China|South|China South B= ranch|Times Square|668|2013|12|21|PM"); Here the string passed in GetBytes is my row-key, but I am getting no rows.= Row key is still correct. Please let me know if there is any other way to pass this startRow and EndR= ow. --_000_798557B0204DED49937B7B1D7F6893C701F78E23CO1PRD9702MB018_--