hi, sql gateway当前会把服务端的完整异常栈返回给用户, 例如: Caused by: java.util.concurrent.ExecutionException: org.apache.flink.runtime.rest.util.RestClientException: [Internal server error., <Exception on server side: com.ververica.flink.table.gateway.SqlExecutionException: xxx
你可以检查一下sql gateway的日志,看看是否相关的错误 Best, Godfrey 111 <[email protected]> 于2020年3月25日周三 上午8:47写道: > Hi, > 最近在使用sql-gateway,当使用 > StatementExecuteResponseBody body = getInstance().sendRequest( > host,port,StatementExecuteHeaders.getInstance(), > new SessionMessageParameters(sessionId), > new StatementExecuteRequestBody(stmt, timeout)).get(); > 提交insert语句时,当任务失败,无法返回对应的异常信息;是目前版本暂时不支持这种特性吗?
