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 cast from Long to Timestamp #1255

Open
andygrove opened this issue Jan 9, 2025 · 0 comments
Open

Implement cast from Long to Timestamp #1255

andygrove opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@andygrove
Copy link
Member

What is the problem the feature request solves?

We do not currently support casting from long to timestamp. The relevant test in CometCastSuite is ignored:

  ignore("cast LongType to TimestampType") {
    // java.lang.ArithmeticException: long overflow
    castTest(generateLongs(), DataTypes.TimestampType)
  }

Describe the potential solution

No response

Additional context

No response

@andygrove andygrove added the enhancement New feature or request label Jan 9, 2025
@andygrove andygrove self-assigned this Jan 9, 2025
@andygrove andygrove modified the milestones: 0.5.0, 0.6.0 Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant