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

IGNITE-19068 Sql. Introduce timestamp type #1867

Closed
wants to merge 8 commits into from

Conversation

zstan
Copy link
Contributor

@zstan zstan commented Mar 30, 2023

No description provided.

Ignite node = CLUSTER_NODES.get(0);

// TODO: https://issues.apache.org/jira/browse/IGNITE-19162 Trim all less than millisecond information from timestamp
//String tsStr = "2023-03-29T08:22:33.005007Z";
Copy link
Contributor

Choose a reason for hiding this comment

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

in case you use precition 9 it should be "2023-03-29T08:22:33.005007000Z"


Ignite node = CLUSTER_NODES.get(0);

// TODO: https://issues.apache.org/jira/browse/IGNITE-19162 Trim all less than millisecond information from timestamp
Copy link
Contributor

Choose a reason for hiding this comment

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

could we mention IGNITE-15622 instead of IGNITE-19162 and close IGNITE-19162 as duplicate?

@zstan zstan closed this Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants