Skip to content

Draft: feat(java): row encoder array deserialization into List supports lazy access #2358

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

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

Conversation

stevenschlansker
Copy link
Contributor

this way if you use only some indexes, you don't pay deserialization costs for any unread indexes

Does this PR introduce any user-facing change?

When List subtype is not specified, now we use our own lazy list. Since the user did not specify type, it should be ok, and you can always specify ArrayList to materialize the list eagerly

… access

this way if you use only some indexes, you don't pay deserialization
costs for any unread indexes
@stevenschlansker stevenschlansker changed the title feat(java): row encoder array deserialization into List supports lazy access Draft: feat(java): row encoder array deserialization into List supports lazy access Jun 21, 2025
@stevenschlansker
Copy link
Contributor Author

Still a couple test cases to fix

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.

1 participant