Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 268DE18194 for ; Sat, 5 Dec 2015 12:06:11 +0000 (UTC) Received: (qmail 71967 invoked by uid 500); 5 Dec 2015 12:06:11 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 71924 invoked by uid 500); 5 Dec 2015 12:06:11 -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 71899 invoked by uid 99); 5 Dec 2015 12:06:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2015 12:06:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EABA42C1F6B for ; Sat, 5 Dec 2015 12:06:10 +0000 (UTC) Date: Sat, 5 Dec 2015 12:06:10 +0000 (UTC) From: "Chesnay Schepler (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-3116) Remove RecordOperator 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/FLINK-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15043273#comment-15043273 ] Chesnay Schepler commented on FLINK-3116: ----------------------------------------- That's exactly what you need to do, but you can ignore the RecordModelPostPass since that class will be removed in FLINK-3112 (there is currently a PR open for that). Good catch on the line in Plan.java! > Remove RecordOperator > --------------------- > > Key: FLINK-3116 > URL: https://issues.apache.org/jira/browse/FLINK-3116 > Project: Flink > Issue Type: Improvement > Components: Core > Affects Versions: 0.10.1 > Reporter: Chesnay Schepler > Priority: Trivial > Fix For: 1.0.0 > > > The RecordOperator interface was used to mark operators that refer to the Record Data Model. With the removal of the Record API it no longer has a purpose and should be removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)