aliyun / aliyun-odps-jdbc

JDBC Driver for ODPS
Other
125 stars 38 forks source link

OdpsException is thrown when cancelling terminated SQL #87

Closed cornmonster closed 4 years ago

cornmonster commented 4 years ago

Is your feature request related to a problem? Please describe. The exception thrown when calling Statement.cancelling# should be ignored.

Describe the solution you'd like Ignore the exception inside OdpsStatement.cancel#

Describe alternatives you've considered

Additional context