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

Switch back to uint64 offset and u8 op column types #12

Open
4 tasks
sergiimk opened this issue Feb 11, 2024 · 0 comments
Open
4 tasks

Switch back to uint64 offset and u8 op column types #12

sergiimk opened this issue Feb 11, 2024 · 0 comments

Comments

@sergiimk
Copy link
Member

We currently violate ODF spec that specifies unsigned types for offset and op columns.

This was done due to very old parquet version in Spark 3.2, but recent upgrade to Spark 3.5 allows us to finally rectify this.

This task is to:

  • Verify logical types support in Flink
  • Write a test in kamu-cli that checks all major engine permutations for compatibility
  • Create a transition plan for moving all engines to unsigned types
  • Perform the upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant