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 7AC4A200498 for ; Tue, 29 Aug 2017 14:55:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 78E95166886; Tue, 29 Aug 2017 12:55:10 +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 BE97A16687C for ; Tue, 29 Aug 2017 14:55:09 +0200 (CEST) Received: (qmail 54456 invoked by uid 500); 29 Aug 2017 12:55:08 -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 54441 invoked by uid 99); 29 Aug 2017 12:55:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2017 12:55:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0924FCC8D1 for ; Tue, 29 Aug 2017 12:55:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id mp3TBRRZSGNR for ; Tue, 29 Aug 2017 12:55:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 9E89361031 for ; Tue, 29 Aug 2017 12:55:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8FEDAE0C00 for ; Tue, 29 Aug 2017 12:55:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3D04B24143 for ; Tue, 29 Aug 2017 12:55:00 +0000 (UTC) Date: Tue, 29 Aug 2017 12:55:00 +0000 (UTC) From: "Hequn Cheng (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLINK-7410) Use toString method to display operator names for UserDefinedFunction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 29 Aug 2017 12:55:10 -0000 [ https://issues.apache.org/jira/browse/FLINK-7410?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Hequn Cheng updated FLINK-7410: ------------------------------- Description:=20 *Motivation* Operator names setted in table-api are used by visualization and logging, i= t is import to make these names simple and readable. Currently, UserDefined= Function=E2=80=99s name contains class CanonicalName and md5 value making t= he name too long and unfriendly to users.=20 As shown in the following example,=20 {quote} select: (a, b, c, org$apache$flink$table$expressions$utils$RichFunc1$281f7e= 61ec5d8da894f5783e2e17a4f5(a) AS _c3, org$apache$flink$table$expressions$ut= ils$RichFunc2$fb99077e565685ebc5f48b27edc14d98(c) AS _c4) {quote} *Changes:* =09=09=09 Use {{toString}} method to display operator names for UserDefinedFunction. = The method will return class name by default. Users can also override the m= ethod to return whatever he wants. What do you think [~fhueske] ? was: *Motivation* Operator names setted in table-api are used by visualization and logging, i= t is import to make these names simple and readable. Currently, UserDefined= Function=E2=80=99s name contains class CanonicalName and md5 value making t= he name too long and unfriendly to users.=20 As shown in the following example,=20 {quote} select: (a, b, c, org$apache$flink$table$expressions$utils$RichFunc1$281f7e= 61ec5d8da894f5783e2e17a4f5(a) AS _c3, org$apache$flink$table$expressions$ut= ils$RichFunc2$fb99077e565685ebc5f48b27edc14d98(c) AS _c4) {quote} *Changes:* =09=09=09 Provide getName method for UserDefinedFunction. The method will return clas= s name by default. Users can also override the method to return whatever he= wants. What do you think [~fhueske] ? > Use toString method to display operator names for UserDefinedFunction > --------------------------------------------------------------------- > > Key: FLINK-7410 > URL: https://issues.apache.org/jira/browse/FLINK-7410 > Project: Flink > Issue Type: Improvement > Components: Table API & SQL > Affects Versions: 1.4.0 > Reporter: Hequn Cheng > Assignee: Hequn Cheng > > *Motivation* > Operator names setted in table-api are used by visualization and logging,= it is import to make these names simple and readable. Currently, UserDefin= edFunction=E2=80=99s name contains class CanonicalName and md5 value making= the name too long and unfriendly to users.=20 > As shown in the following example,=20 > {quote} > select: (a, b, c, org$apache$flink$table$expressions$utils$RichFunc1$281f= 7e61ec5d8da894f5783e2e17a4f5(a) AS _c3, org$apache$flink$table$expressions$= utils$RichFunc2$fb99077e565685ebc5f48b27edc14d98(c) AS _c4) > {quote} > *Changes:* > =09=09=09 > Use {{toString}} method to display operator names for UserDefinedFunction= . The method will return class name by default. Users can also override the= method to return whatever he wants. > What do you think [~fhueske] ? -- This message was sent by Atlassian JIRA (v6.4.14#64029)