[
https://issues.apache.org/jira/browse/TAJO-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966249#comment-13966249
]
Hudson commented on TAJO-745:
-----------------------------
SUCCESS: Integrated in Tajo-0.8.0-build #68 (See
[https://builds.apache.org/job/Tajo-0.8.0-build/68/])
TAJO-745: failure of INSERT INTO may remove the target table. (hyunsik)
(hyunsik: rev 27371ca218a284f941e63793a03de440b558989e)
* CHANGES.txt
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/querymaster/QueryMasterTask.java
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/planner/PreLogicalPlanVerifier.java
> APIs in TajoClient and JDBC should be case sensitive.
> -----------------------------------------------------
>
> Key: TAJO-745
> URL: https://issues.apache.org/jira/browse/TAJO-745
> Project: Tajo
> Issue Type: Improvement
> Components: client
> Affects Versions: 0.8-incubating, 1.0-incubating
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.8-incubating, 1.0-incubating
>
> Attachments: TAJO-745.patch, TAJO-745_2.patch
>
>
> Identifiers that APIs in TajoClient and Tajo JDBC driver take are normalized
> in client API side. So, identifiers composed of upper and lower mixed
> characters should be used with double quote ("). This convention is different
> from existing JDBC driver's convention. It makes ugly code when users use
> TajoClient.
> This patch changes their APIs to be case sensitive. In addition, this patch
> adds some missing JDBC APIs and fixes wrong behaviors of {{getTables()}} and
> {{getColumns()}} in JDBC APIs.
--
This message was sent by Atlassian JIRA
(v6.2#6252)