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

[FLINK-36973]udf dateformat support LocalZonedTimestampData datatype #3863

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hiliuxg
Copy link
Contributor

@hiliuxg hiliuxg commented Jan 16, 2025

udf dateformat support LocalZonedTimestampData datatype

@lvyanquan
Copy link
Contributor

Copy link
Contributor

@aiwenmo aiwenmo left a comment

Choose a reason for hiding this comment

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

The setting method of the default time zone is incorrect. And could you add test to verify this function?

Comment on lines +111 to +113
format,
TimeZone.getTimeZone(ZoneId.systemDefault()));
}
Copy link
Contributor

Choose a reason for hiding this comment

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

In the YAML job, the default time zone needs to be fetched from the pipeline configuration instead of the system default time zone.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for taking the time to review my code. Could you please tell me how to fetch the yaml job pipeline configuration in systemfunctionutils class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants