[
https://issues.apache.org/jira/browse/TAJO-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594491#comment-14594491
]
ASF GitHub Bot commented on TAJO-751:
-------------------------------------
Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/605#discussion_r32883566
--- Diff: tajo-jdbc/src/main/java/org/apache/tajo/jdbc/TajoStatement.java
---
@@ -319,7 +374,9 @@ public void setCursorName(String name) throws
SQLException {
* Not necessary.
*/
@Override
- public void setEscapeProcessing(boolean enable) throws SQLException {}
+ public void setEscapeProcessing(boolean enable) throws SQLException {
--- End diff --
Done.
> JDBC driver should support cancel() method.
> -------------------------------------------
>
> Key: TAJO-751
> URL: https://issues.apache.org/jira/browse/TAJO-751
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyoungjun Kim
> Assignee: Navis
> Priority: Minor
>
> Some OLAP or ETL tool call JDBC's cancel() function when a query is too late.
> So Tajo's JDBC should support cancel() function in Statement or
> PreparedStatement class.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)