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

feat: Spark unix_timestamp and to_unix_timestamp function support timestamp type #12153

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

Conversation

leoluan2009
Copy link
Contributor

Spark unix_timestamp and to_unix_timestamp function should support timestamp type

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 23, 2025
Copy link

netlify bot commented Jan 23, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 79bf865
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/679251712634030008f99879

@jinchengchenghh
Copy link
Contributor

Please refer to this PR #4558 to add the format support and add the document.
Spark supports input data type Seq(TypeCollection(StringType, DateType, TimestampType, TimestampNTZType), StringType), looks like we does not support date at that time, could you also add this support?

@leoluan2009
Copy link
Contributor Author

Please refer to this PR #4558 to add the format support and add the document. Spark supports input data type Seq(TypeCollection(StringType, DateType, TimestampType, TimestampNTZType), StringType), looks like we does not support date at that time, could you also add this support?

OK, I will update to support date type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants