What feature or improvement would you like to see?
Implement the AdbcStatement.Cancel method on the Thrift-base drivers (Hive, Spark, Impala, Databricks) to cancel an in-progress statement execution.
If possible, call the CancelOperation using the OperationHandle.
Ensure to use a cancellation token to interrupt any executing async method.