Skip to content

Add support for nulls and unsigned integers through Arrow Datasets#6908

Merged
AdamGS merged 1 commit intodevelopfrom
adamg/add-support-for-nulls
Mar 12, 2026
Merged

Add support for nulls and unsigned integers through Arrow Datasets#6908
AdamGS merged 1 commit intodevelopfrom
adamg/add-support-for-nulls

Conversation

@AdamGS
Copy link
Contributor

@AdamGS AdamGS commented Mar 11, 2026

Summary

Closes #6905

Improves support for null literals, and also for some arrow-specific extensions like null and unsigned integers (yes - that's not a core Substrait thing)

Signed-off-by: Adam Gutglick <adam@spiraldb.com>
@AdamGS AdamGS force-pushed the adamg/add-support-for-nulls branch from 74e967a to c06bf56 Compare March 11, 2026 23:23
@AdamGS AdamGS merged commit 7f6856e into develop Mar 12, 2026
55 checks passed
@AdamGS AdamGS deleted the adamg/add-support-for-nulls branch March 12, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dataset.to_table(filter=...) fails when schema contains Arrow null type field

2 participants