From issues-return-180442-archive-asf-public=cust-asf.ponee.io@flink.apache.org Thu Jul 26 18:50:15 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E6C87180778 for ; Thu, 26 Jul 2018 18:50:14 +0200 (CEST) Received: (qmail 46905 invoked by uid 500); 26 Jul 2018 16:50: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 46451 invoked by uid 99); 26 Jul 2018 16:50:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2018 16:50:13 +0000 From: GitBox To: issues@flink.apache.org Subject: [GitHub] xccui commented on a change in pull request #6390: [FLINK-9915] Add TO_BASE64 function for table/sql API Message-ID: <153262381301.5717.5541896689039149947.gitbox@gitbox.apache.org> Date: Thu, 26 Jul 2018 16:50:13 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit xccui commented on a change in pull request #6390: [FLINK-9915] Add TO_BASE64 function for table/sql API URL: https://github.com/apache/flink/pull/6390#discussion_r205525970 ########## File path: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/functions/ScalarFunctions.scala ########## @@ -201,4 +201,9 @@ object ScalarFunctions { */ def fromBase64(str: String): String = new String(Base64.decodeBase64(str)) + /** + * Returns a string's representation that encoded as base64. Review comment: Returns the base64-encoded result of the input string. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services