Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

TAJO-1119: JDBC driver should support TIMESTAMP type.#208

Closed
blrunner wants to merge 5 commits into
apache:masterfrom
blrunner:TAJO-1119
Closed

TAJO-1119: JDBC driver should support TIMESTAMP type.#208
blrunner wants to merge 5 commits into
apache:masterfrom
blrunner:TAJO-1119

Conversation

@blrunner
Copy link
Copy Markdown
Contributor

TAJO-1119: JDBC driver should support TIMESTAMP type.

@hyunsik
Copy link
Copy Markdown
Member

hyunsik commented Oct 24, 2014

The patch looks good to me.

But, this patch seems to omit the test to retrieve values. Could you add more unit tests to get timestamp values from JDBC ResultSet?

@hyunsik
Copy link
Copy Markdown
Member

hyunsik commented Nov 11, 2014

Hi @blrunner,

I think this fix should be included in 0.9.1. How do you think about that?

@blrunner
Copy link
Copy Markdown
Contributor Author

Hi @hyunsik

NP... I'll add more unit test cases by tomorrow night. :)

@blrunner
Copy link
Copy Markdown
Contributor Author

Hi @hyunsik

I added a unit test case to verify ResultSet.
Could you check the patch again?

@hyunsik
Copy link
Copy Markdown
Member

hyunsik commented Nov 17, 2014

TravisCI causes the following error. Could you check it? or could you submit the patch to jira and trigger the jenkins unit test?

Results :
Failed tests: 
  TestJoinQuery.testOuterJoinAndCaseWhen1:314->QueryTestCaseBase.executeDDL:544->QueryTestCaseBase.executeDDL:572 Table [table1] creation is failed.
  TestJoinQuery.testOuterJoinAndCaseWhen1:314->QueryTestCaseBase.executeDDL:544->QueryTestCaseBase.executeDDL:572 Table [table1] creation is failed.
  TestJoinQuery.testOuterJoinAndCaseWhen1:314->QueryTestCaseBase.executeDDL:544->QueryTestCaseBase.executeDDL:572 Table [table1] creation is failed.
  TestJoinQuery.testOuterJoinAndCaseWhen1:314->QueryTestCaseBase.executeDDL:544->QueryTestCaseBase.executeDDL:572 Table [table1] creation is failed.
  TestSortQuery.testSortWithDate:134->QueryTestCaseBase.executeDDL:544->QueryTestCaseBase.executeDDL:572 Table [table1] creation is failed.
Tests in error: 
  TestGroupByQuery.testGroupByWithNullData5:586->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData6:598->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData7:610->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData8:622->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData9:634->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData5:586->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData6:598->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData7:610->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData8:622->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData9:634->QueryTestCaseBase.executeString:293 » Service
  TestJoinBroadcast.testLeftOuterJoinLeftSideSmallTable:590 » Service java.sql.S...

@blrunner
Copy link
Copy Markdown
Contributor Author

Hi @hyunsik

I fixed a bug. The Travis CI build will build successfully tonight.

@hyunsik
Copy link
Copy Markdown
Member

hyunsik commented Nov 18, 2014

Thank you for your contribution. I'll review the patch soon.

@hyunsik
Copy link
Copy Markdown
Member

hyunsik commented Nov 25, 2014

+1

Ship it. The patch looks good to me.

@blrunner
Copy link
Copy Markdown
Contributor Author

Thanks @hyunsik.
I've just committed it to master branch.

@blrunner blrunner closed this Nov 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants