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

Remove "large" arrays and scalars with i64 offsets #803

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Sep 29, 2024

Change list

  • Remove the O: OffsetSizeTrait generic from all native geometry array and scalar structs.
  • Keep the O: OffsetSizeTrait generic on WKBArray and WKTArray, since those are much smaller code paths, and since those are in theory more likely to actually be necessary with i64 offsets.

Closes #802

@kylebarron kylebarron marked this pull request as ready for review September 30, 2024 04:16
@kylebarron kylebarron changed the title WIP: remove i64 offsets Remove i64 offsets Sep 30, 2024
@kylebarron kylebarron changed the title Remove i64 offsets Remove "large" arrays and scalars with i64 offsets Sep 30, 2024
@kylebarron kylebarron merged commit 1673a43 into main Sep 30, 2024
23 checks passed
@kylebarron kylebarron deleted the kyle/remove-i64-offsets branch September 30, 2024 04:23
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

Successfully merging this pull request may close these issues.

Remove i64 offset support
1 participant