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 05CA2200BC2 for ; Thu, 17 Nov 2016 09:43:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 02A4A160B0B; Thu, 17 Nov 2016 08:43:00 +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 71EC2160AFF for ; Thu, 17 Nov 2016 09:42:59 +0100 (CET) Received: (qmail 89114 invoked by uid 500); 17 Nov 2016 08:42:58 -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 89102 invoked by uid 99); 17 Nov 2016 08:42:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 08:42:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 80D112C0088 for ; Thu, 17 Nov 2016 08:42:58 +0000 (UTC) Date: Thu, 17 Nov 2016 08:42:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4260) Allow SQL's LIKE ESCAPE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 17 Nov 2016 08:43:00 -0000 [ https://issues.apache.org/jira/browse/FLINK-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15673151#comment-15673151 ] ASF GitHub Bot commented on FLINK-4260: --------------------------------------- Github user miaoever commented on a diff in the pull request: https://github.com/apache/flink/pull/2758#discussion_r88407392 --- Diff: flink-libraries/flink-table/src/test/java/org/apache/flink/api/java/batch/sql/SqlITCase.java --- @@ -118,4 +119,39 @@ public void testJoin() throws Exception { String expected = "Hi,Hallo\n" + "Hello,Hallo Welt\n" + "Hello world,Hallo Welt\n"; compareResultAsText(results, expected); } + + + @Test + public void testLikeWithEscapeFromDataSet() throws Exception { --- End diff -- Ok. > Allow SQL's LIKE ESCAPE > ----------------------- > > Key: FLINK-4260 > URL: https://issues.apache.org/jira/browse/FLINK-4260 > Project: Flink > Issue Type: Improvement > Components: Table API & SQL > Affects Versions: 1.1.0 > Reporter: Timo Walther > Assignee: Leo Deng > Priority: Minor > > Currently, the SQL API does not support specifying an ESCAPE character in a LIKE expression. The SIMILAR TO should also support that. -- This message was sent by Atlassian JIRA (v6.3.4#6332)