From issues-return-171518-archive-asf-public=cust-asf.ponee.io@flink.apache.org Wed Jun 13 15:24:05 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 AAE3B18066C for ; Wed, 13 Jun 2018 15:24:04 +0200 (CEST) Received: (qmail 72522 invoked by uid 500); 13 Jun 2018 13:24:03 -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 72513 invoked by uid 99); 13 Jun 2018 13:24:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2018 13:24:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 5935D1A23AB for ; Wed, 13 Jun 2018 13:24:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, 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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bSsrNUNp00Sz for ; Wed, 13 Jun 2018 13:24:02 +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 436C65F4DC for ; Wed, 13 Jun 2018 13:24:01 +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 7471AE00CC for ; Wed, 13 Jun 2018 13:24: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 33D3B20EAB for ; Wed, 13 Jun 2018 13:24:00 +0000 (UTC) Date: Wed, 13 Jun 2018 13:24:00 +0000 (UTC) From: "Timo Walther (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLINK-8686) Improve basic embedded SQL client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-8686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Walther updated FLINK-8686: -------------------------------- Description: This issue describes follow-up issues that should be fixes in order to make the SQL client more stable: - -Add more tests for executor- - Configure JVM heap size - Limit changelog and table buffers - -"The input is invalid please check it again." => add allowed range- - Load dependencies recursively - Clean up results in result store - -Improve error message for unsupported batch queries- - -Add more logging instead swallowing exceptions- - -List properties in error message about missing TS factory sorted by name- - Add command to show loaded TS factories and their required propeties - Add command to reload configuration from files (no need to restart client) - Improve error message in case of invalid json-schema (right now: {{java.lang.IllegalArgumentException: No type could be found in node:}} - -Add switch to show full stacktraces of exceptions- solved by logging - Give error message when setting unknown parameters {{result-mode=changelog}} does not give an error but should be {{execution.result-mode=changelog}} was: This issue describes follow-up issues that should be fixes in order to make the SQL client more stable: - -Add more tests for executor- - Configure JVM heap size - Limit changelog and table buffers - -"The input is invalid please check it again." => add allowed range- - Load dependencies recursively - Clean up results in result store - Improve error message for unsupported batch queries - -Add more logging instead swallowing exceptions- - -List properties in error message about missing TS factory sorted by name- - Add command to show loaded TS factories and their required propeties - Add command to reload configuration from files (no need to restart client) - Improve error message in case of invalid json-schema (right now: {{java.lang.IllegalArgumentException: No type could be found in node:}} - Add switch to show full stacktraces of exceptions - Give error message when setting unknown parameters {{result-mode=changelog}} does not give an error but should be {{execution.result-mode=changelog}} > Improve basic embedded SQL client > ---------------------------------- > > Key: FLINK-8686 > URL: https://issues.apache.org/jira/browse/FLINK-8686 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Reporter: Timo Walther > Assignee: Timo Walther > Priority: Major > > This issue describes follow-up issues that should be fixes in order to make the SQL client more stable: > - -Add more tests for executor- > - Configure JVM heap size > - Limit changelog and table buffers > - -"The input is invalid please check it again." => add allowed range- > - Load dependencies recursively > - Clean up results in result store > - -Improve error message for unsupported batch queries- > - -Add more logging instead swallowing exceptions- > - -List properties in error message about missing TS factory sorted by name- > - Add command to show loaded TS factories and their required propeties > - Add command to reload configuration from files (no need to restart client) > - Improve error message in case of invalid json-schema (right now: {{java.lang.IllegalArgumentException: No type could be found in node:}} > - -Add switch to show full stacktraces of exceptions- solved by logging > - Give error message when setting unknown parameters {{result-mode=changelog}} does not give an error but should be {{execution.result-mode=changelog}} -- This message was sent by Atlassian JIRA (v7.6.3#76005)