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

ALP-RD shouldn't require that right parts are non nullable #2338

Open
robert3005 opened this issue Feb 12, 2025 · 1 comment
Open

ALP-RD shouldn't require that right parts are non nullable #2338

robert3005 opened this issue Feb 12, 2025 · 1 comment

Comments

@robert3005
Copy link
Member

Instead of forcing the callers to fill in the value we can fill in the nulls at decompression time.

@gatesn
Copy link
Contributor

gatesn commented Feb 14, 2025

Does that mean both left and right parts can be nullable? That seems a little odd, given they're so intrinsically linked (i.e. you're not really going to process one half without the other). Contrast with dict encoding, where the values and codes are much more independent.

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

2 participants