Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement remaining TODOs from TIMESTAMP semantic fix #10963

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

dain
Copy link
Member

@dain dain commented Feb 6, 2022

Description

Cleanup lingering TODOs from #37

General information

Is this change a fix, improvement, new feature, refactoring, or other?
just tests

Is this a change to the core query engine, a connector, client library, or the
SPI interfaces (be specific)?
tests

How would you describe this change to a non-technical end user or system
administrator?
N/A

Related issues, pull requests, and links

Documentation

(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(x) No release notes entries required.
( ) Release notes entries required with the following suggested text:

@dain dain requested a review from electrum February 6, 2022 21:38
@cla-bot cla-bot bot added the cla-signed label Feb 6, 2022
@github-actions github-actions bot added jdbc Relates to Trino JDBC driver tests:hive labels Feb 6, 2022
@@ -577,7 +582,6 @@ public void testAssignUniqueId()
@Test
public void testAtTimeZone()
{
// TODO the expected values here are non-sensical due to https://github.com/trinodb/trino/issues/37
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dain dain merged commit 2e3f9d5 into trinodb:master Feb 7, 2022
@dain dain deleted the timestamp-todos branch February 7, 2022 00:01
@github-actions github-actions bot added this to the 371 milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed jdbc Relates to Trino JDBC driver
Development

Successfully merging this pull request may close these issues.

TIMESTAMP behaviour does not match sql standard
2 participants