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

Barrage Ingestion: Support TimeUnit Conversion on Instant and ZonedDateTime Columns #5488

Merged
merged 3 commits into from
May 14, 2024

Conversation

nbauernfeind
Copy link
Member

Fixes #5470.

Also fixes:

  • deephaven null handling on conversion factor affected columns
  • always look up conversion factor even if deephaven:type is provided

Adds three similar sets of tests for Duration (provided to users as a long), Instant, and ZonedDateTime columns to ensure that all four different conversion factors can be uploaded via doPut.

Nightlies: https://github.com/nbauernfeind/deephaven-core/actions/runs/9083540412/

@nbauernfeind nbauernfeind merged commit febc0f6 into deephaven:main May 14, 2024
15 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arrow ingest handles TimeUnit conversion incorrectly
2 participants