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

[Feature] Support nanosecond in Doris DateTimeV2 type #6358

Merged
merged 7 commits into from
Mar 6, 2024

Conversation

Hisoka-X
Copy link
Member

@Hisoka-X Hisoka-X commented Feb 19, 2024

Purpose of this pull request

This PR supported Doris write datetime with nanosecond.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test.

Check list

@Hisoka-X Hisoka-X marked this pull request as ready for review February 23, 2024 07:24
Comment on lines 287 to +288
GenerateTestData.genDatetimeString(true),
GenerateTestData.genDatetimeString(false),
Copy link
Member Author

Choose a reason for hiding this comment

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

Before this PR, the data of generated not match with field order, so the datetime with nano field always insert datetime without nano. So this pr correct it to make sure test work fine.

@hailin0 hailin0 merged commit 7696706 into apache:dev Mar 6, 2024
6 checks passed
chaorongzhi pushed a commit to chaorongzhi/seatunnel that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants