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

Investigate approaches to handling null #1794

Closed
westonpace opened this issue Jan 8, 2024 · 2 comments
Closed

Investigate approaches to handling null #1794

westonpace opened this issue Jan 8, 2024 · 2 comments

Comments

@westonpace
Copy link
Contributor

No description provided.

@wjones127
Copy link
Contributor

One relevant question with null handling: In Arrow, struct columns themselves can be null. In Parquet, this is a not the case. (There's a good blog post on the Arrow blog about this). What approach do we want to take this Lance? I think being Parquet like will make more sense from an IO perspective, but it means we'll want to spell out how we translate the Arrow nullability to Lance.

@westonpace
Copy link
Contributor Author

duplicate of #1643

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