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 61B4319747 for ; Tue, 26 Apr 2016 19:41:16 +0000 (UTC) Received: (qmail 6053 invoked by uid 500); 26 Apr 2016 19:41:13 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 5962 invoked by uid 500); 26 Apr 2016 19:41:13 -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 5830 invoked by uid 99); 26 Apr 2016 19:41:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2016 19:41:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4E0542C1F6B for ; Tue, 26 Apr 2016 19:41:13 +0000 (UTC) Date: Tue, 26 Apr 2016 19:41:13 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2946) Add orderBy() to Table API 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-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15258772#comment-15258772 ] ASF GitHub Bot commented on FLINK-2946: --------------------------------------- Github user dawidwys commented on the pull request: https://github.com/apache/flink/pull/1926#issuecomment-214862766 I tried to address all your comments. Unfortunately I didn't notice lines longer than 100 yesterday, sorry for that. I started working on outer joins, but unfortunately I could not find an appropriate jira, so I would be grateful if you could point me to such. Afterwards I will happily work on introducing storages. > Add orderBy() to Table API > -------------------------- > > Key: FLINK-2946 > URL: https://issues.apache.org/jira/browse/FLINK-2946 > Project: Flink > Issue Type: New Feature > Components: Table API > Reporter: Timo Walther > Assignee: Dawid Wysakowicz > > In order to implement a FLINK-2099 prototype that uses the Table APIs code generation facilities, the Table API needs a sorting feature. > I would implement it the next days. Ideas how to implement such a sorting feature are very welcome. Is there any more efficient way instead of {{.sortPartition(...).setParallism(1)}}? Is it better to sort locally on the nodes first and finally sort on one node afterwards? -- This message was sent by Atlassian JIRA (v6.3.4#6332)