forked from delta-io/delta-kernel-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!(ffi): support field nullability in schema visitor (delta-io#656)
Added support for field nullability in ffi api. It was not supported before, but it still important to know whether fields are nullable or not, because some applications might work more efficiently with non-nullable types. ### This PR affects the following public APIs New argument `is_nullable` is added to `EngineSchemaVisitor` visitor functions. ## How was this change tested? Tested on [ClickHouse's](https://github.com/ClickHouse/ClickHouse) delta lake related tests.
- Loading branch information
Showing
2 changed files
with
138 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters