From issues-return-181218-archive-asf-public=cust-asf.ponee.io@flink.apache.org Tue Jul 31 13:43:07 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 020B718067B for ; Tue, 31 Jul 2018 13:43:05 +0200 (CEST) Received: (qmail 83641 invoked by uid 500); 31 Jul 2018 11:43:05 -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 83531 invoked by uid 99); 31 Jul 2018 11:43:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2018 11:43:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 995BFC1918 for ; Tue, 31 Jul 2018 11:43:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.5 X-Spam-Level: X-Spam-Status: No, score=-109.5 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, KAM_SHORT=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id TcwMOG30tIE0 for ; Tue, 31 Jul 2018 11:43:03 +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 8896E5F1B9 for ; Tue, 31 Jul 2018 11:43:02 +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 9B3DFE0DAA for ; Tue, 31 Jul 2018 11:43:01 +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 12B4627756 for ; Tue, 31 Jul 2018 11:43:01 +0000 (UTC) Date: Tue, 31 Jul 2018 11:43:01 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-9833) End-to-end test: SQL Client with unified source/sink/format MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-9833?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1656= 3513#comment-16563513 ]=20 ASF GitHub Bot commented on FLINK-9833: --------------------------------------- fhueske commented on a change in pull request #6422: [FLINK-9833] [e2e] Add= a SQL Client end-to-end test with unified source/sink/format URL: https://github.com/apache/flink/pull/6422#discussion_r206454544 =20 =20 ########## File path: flink-end-to-end-tests/flink-sql-client-test/pom.xml ########## @@ -0,0 +1,131 @@ + + +=09 +=09=09flink-end-to-end-tests +=09=09org.apache.flink +=09=091.7-SNAPSHOT +=09 +=094.0.0 + +=09flink-sql-client-test +=09flink-sql-client-test +=09jar + +=09 +=09=09 +=09=09=09org.apache.flink +=09=09=09flink-table_2.11 +=09=09=09${project.version} +=09=09=09provided +=09=09 +=09=09 +=09=09=09org.scala-lang +=09=09=09scala-compiler +=09=09=09provided +=09=09 +=09 + +=09 +=09=09 +=09=09=09 +=09=09=09 +=09=09=09=09org.apache.maven.plugins +=09=09=09=09maven-shade-plugin +=09=09=09=093.1.1 +=09=09=09=09 +=09=09=09=09=09 +=09=09=09=09=09=09package +=09=09=09=09=09=09 +=09=09=09=09=09=09=09shade +=09=09=09=09=09=09 +=09=09=09=09=09=09 +=09=09=09=09=09=09=09SqlToolbox +=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09=09=09com.google.code.findbugs:jsr305 +=09=09=09=09=09=09=09=09=09org.slf4j:* +=09=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09 +=09=09=09=09=09=09 +=09=09=09=09=09 +=09=09=09=09 +=09=09=09 + +=09=09=09 +=09=09=09 +=09=09=09=09org.apache.maven.plugins +=09=09=09=09maven-dependency-plugin +=09=09=09=093.1.1 +=09=09=09=09 +=09=09=09=09=09 +=09=09=09=09=09=09copy +=09=09=09=09=09=09package +=09=09=09=09=09=09 +=09=09=09=09=09=09=09copy +=09=09=09=09=09=09 +=09=09=09=09=09=09 +=09=09=09=09=09=09=09${project.build.directory}/sql-jars<= /outputDirectory> +=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09=09=09org.apache.flink +=09=09=09=09=09=09=09=09=09flink-avro +=09=09=09=09=09=09=09=09=09${project.version} +=09=09=09=09=09=09=09=09=09sql-jar +=09=09=09=09=09=09=09=09=09jar +=09=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09=09=09org.apache.flink +=09=09=09=09=09=09=09=09=09flink-json +=09=09=09=09=09=09=09=09=09${project.version} +=09=09=09=09=09=09=09=09=09sql-jar +=09=09=09=09=09=09=09=09=09jar +=09=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09=09 +=09=09=09=09=09=09=09=09=09org.apache.flink +=09=09=09=09=09=09=09=09=09flink-connector-kafka-0.9_2.11 =20 Review comment: The test is only using Kafka 0.10 if I saw that correctly. Why adding th= e other versions as well? ---------------------------------------------------------------- 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. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org > End-to-end test: SQL Client with unified source/sink/format > ----------------------------------------------------------- > > Key: FLINK-9833 > URL: https://issues.apache.org/jira/browse/FLINK-9833 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Reporter: Timo Walther > Assignee: Timo Walther > Priority: Blocker > Labels: pull-request-available > Fix For: 1.6.0 > > > After=C2=A0FLINK-8858 is resolved we can add an end-to-end test for the S= QL Client. The test should perform the following steps: > - Put JSON data into Kafka > - Submit and execute a {{INSERT INTO}} statement that reads from a Kafka = connector with JSON format, does some ETL, and writes to Kafka with Avro fo= rmat > - Validate Avro data=20 -- This message was sent by Atlassian JIRA (v7.6.3#76005)