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 A48FE200ACA for ; Thu, 9 Jun 2016 23:05:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A369B160A5D; Thu, 9 Jun 2016 21:05:22 +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 1ECE1160A29 for ; Thu, 9 Jun 2016 23:05:21 +0200 (CEST) Received: (qmail 17937 invoked by uid 500); 9 Jun 2016 21:05:21 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 17905 invoked by uid 99); 9 Jun 2016 21:05:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2016 21:05:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0683E2C033A for ; Thu, 9 Jun 2016 21:05:21 +0000 (UTC) Date: Thu, 9 Jun 2016 21:05:20 +0000 (UTC) From: "Fabian Hueske (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2170) Add OrcTableSource MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 09 Jun 2016 21:05:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323351#comment-15323351 ] Fabian Hueske commented on FLINK-2170: -------------------------------------- Hi [~owen.omalley], we haven't added support for pushing filters and projection into a {{TableSource}} yet (FLINK-3848, FLINK-3849). However, we can certainly start with an {{OrcTableSource}} and add these features later. I'll assign the issue to you. Thanks! > Add OrcTableSource > ------------------ > > Key: FLINK-2170 > URL: https://issues.apache.org/jira/browse/FLINK-2170 > Project: Flink > Issue Type: New Feature > Components: Table API > Affects Versions: 0.9 > Reporter: Fabian Hueske > Priority: Minor > Labels: starter > > Add a {{OrcTableSource}} to read data from an ORC file. The {{OrcTableSource}} should implement the {{ProjectableTableSource}} (FLINK-3848) and {{FilterableTableSource}} (FLINK-3849) interfaces. -- This message was sent by Atlassian JIRA (v6.3.4#6332)