Hi folks, thanks for all your work on this driver!
Could adbc-drivers/trino expose the Trino query ID after a query starts executing?
trino-go-client receives the query ID from the initial /v1/statement response, but the ADBC Trino driver does not currently surface it. I'd like to be able to use that id so I can (optionally) cancel the query later.
Hi folks, thanks for all your work on this driver!
Could
adbc-drivers/trinoexpose the Trino query ID after a query starts executing?trino-go-clientreceives the query ID from the initial/v1/statementresponse, but the ADBC Trino driver does not currently surface it. I'd like to be able to use that id so I can (optionally) cancel the query later.