I need a mechanism to cancel heavy queries on apache phoenix, it seems phoenix does not support Statement.cancel() . I tried closing connection but it
Statement.cancel()
connection