From issues-return-182161-archive-asf-public=cust-asf.ponee.io@spark.apache.org Thu Jan 18 06:51:10 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id C9EB6180654 for ; Thu, 18 Jan 2018 06:51:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B9F80160C48; Thu, 18 Jan 2018 05:51: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 13942160C35 for ; Thu, 18 Jan 2018 06:51:09 +0100 (CET) Received: (qmail 72027 invoked by uid 500); 18 Jan 2018 05:51:09 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 72005 invoked by uid 99); 18 Jan 2018 05:51:09 -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; Thu, 18 Jan 2018 05:51:09 +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 A1676D70FD for ; Thu, 18 Jan 2018 05:51:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.91 X-Spam-Level: X-Spam-Status: No, score=-99.91 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id W0uTLVllcL3m for ; Thu, 18 Jan 2018 05:51:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id CA8235F570 for ; Thu, 18 Jan 2018 05:51:07 +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 5CDE7E0F88 for ; Thu, 18 Jan 2018 05:51:06 +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 86AB1212FE for ; Thu, 18 Jan 2018 05:51:03 +0000 (UTC) Date: Thu, 18 Jan 2018 05:51:03 +0000 (UTC) From: "Takuya Ueshin (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SPARK-23122) Deprecate register* for UDFs in SQLContext and Catalog in PySpark MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Auto-Submitted: auto-generated [ https://issues.apache.org/jira/browse/SPARK-23122?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Takuya Ueshin reassigned SPARK-23122: ------------------------------------- Assignee: Hyukjin Kwon > Deprecate register* for UDFs in SQLContext and Catalog in PySpark > ----------------------------------------------------------------- > > Key: SPARK-23122 > URL: https://issues.apache.org/jira/browse/SPARK-23122 > Project: Spark > Issue Type: Improvement > Components: PySpark, SQL > Affects Versions: 2.3.0 > Reporter: Hyukjin Kwon > Assignee: Hyukjin Kwon > Priority: Major > > Seems we allow many other ways to register UDFs in SQL statements. Some a= re in {{SQLContext}}=C2=A0and some are in {{Catalog}}. > These are also inconsistent with Java / Scala APIs. Seems we better depre= cating them and put the logics into {{UDFRegistration}} ({{spark.udf.regist= er*}}). > Please see this discussion too - [https://github.com/apache/spark/pull/20= 217#issuecomment-357134926]. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org