flink-sql-gateway icon indicating copy to clipboard operation
flink-sql-gateway copied to clipboard

Add new result type to indicate job operations

Open link3280 opened this issue 4 years ago • 0 comments

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.

link3280 avatar Aug 12 '21 09:08 link3280