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 6DA93200D14 for ; Tue, 19 Sep 2017 03:28:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6C4E01609DE; Tue, 19 Sep 2017 01:28:04 +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 A8AF81609DB for ; Tue, 19 Sep 2017 03:28:03 +0200 (CEST) Received: (qmail 31265 invoked by uid 500); 19 Sep 2017 01:28:02 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 31256 invoked by uid 99); 19 Sep 2017 01:28:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2017 01:28:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4938F56C3; Tue, 19 Sep 2017 01:28:02 +0000 (UTC) From: xuchuanyin To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata issue #1367: [CARBONDATA-1398] [WIP] Support query from specified... Content-Type: text/plain Message-Id: <20170919012802.B4938F56C3@git1-us-west.apache.org> Date: Tue, 19 Sep 2017 01:28:02 +0000 (UTC) archived-at: Tue, 19 Sep 2017 01:28:04 -0000 Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1367 :+1: I came across the same idea yesterday: query from the specified segment. Happy to see you have already worked on this. Need to provide the related usage in document. ---