flink-sql-gateway
flink-sql-gateway copied to clipboard
Add new result type to indicate job operations
Currently, job operations return result kind SUCCESS_WITH_CONTENT with Flink job id as data. This may mix up with results from select operations (e.g. select from a table with job_id column).
Maybe we can add a new result type SUCCESS_WITH_JOB to avoid confusion.