-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove feature flag requirement for GetData on () (#334)
Currently, the GetData trait implementation for unit type `()` is in arrow_get_data.rs. This makes the trait impl blocked behind either the `default-engine` or `sync-engine` flags. This PR moves the GetData trait implementation to engine_data.rs to make it available without the flags so that it can be used by other engines. Closes: #315
- Loading branch information
1 parent
2547322
commit ed1919a
Showing
2 changed files
with
21 additions
and
21 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