[
https://issues.apache.org/jira/browse/TAJO-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15288039#comment-15288039
]
Hudson commented on TAJO-2150:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #732 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/732/])
TAJO-2150: Fix invalid implementation of date time in jdbc. (jhkim: rev
3de37746113d6534963396616485d5cc5ff50501)
* tajo-common/src/main/java/org/apache/tajo/util/datetime/DateTimeConstants.java
* tajo-common/src/main/java/org/apache/tajo/util/datetime/DateTimeUtil.java
* tajo-client/src/main/java/org/apache/tajo/jdbc/TajoResultSetBase.java
* tajo-common/src/main/java/org/apache/tajo/datum/DateDatum.java
* CHANGES
* tajo-jdbc/src/test/java/org/apache/tajo/jdbc/TestResultSet.java
*
tajo-storage/tajo-storage-jdbc/src/main/java/org/apache/tajo/storage/jdbc/JdbcScanner.java
> Fix invalid implementation of date time in jdbc
> -----------------------------------------------
>
> Key: TAJO-2150
> URL: https://issues.apache.org/jira/browse/TAJO-2150
> Project: Tajo
> Issue Type: Bug
> Components: JDBC Driver
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Fix For: 0.12.0
>
>
> The jdbc spec is as following:
> 'This method uses the given calendar to construct an appropriate millisecond
> value for the time if the underlying database does not store
timezone
> information.'
> We should correctly fix implementations
> {noformat}
> java.sql.Time getTime(int columnIndex, Calendar cal) throws SQLException;
> java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException;
> java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws
> SQLException;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)