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

Remove feature flag requirement for GetData on () #334

Merged

Conversation

OussamaSaoudi-db
Copy link
Collaborator

@OussamaSaoudi-db OussamaSaoudi-db commented Sep 11, 2024

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

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.
@OussamaSaoudi-db OussamaSaoudi-db changed the title WIP: Remove feature flag requirement for GetData on () Remove feature flag requirement for GetData on () Sep 11, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.86%. Comparing base (2547322) to head (5bdae36).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #334   +/-   ##
=======================================
  Coverage   73.86%   73.86%           
=======================================
  Files          43       43           
  Lines        8078     8078           
  Branches     8078     8078           
=======================================
  Hits         5967     5967           
  Misses       1732     1732           
  Partials      379      379           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@nicklan nicklan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! lgtm, thanks.

Copy link
Collaborator

@zachschuermann zachschuermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@OussamaSaoudi-db OussamaSaoudi-db merged commit ed1919a into delta-io:main Sep 11, 2024
12 checks passed
@OussamaSaoudi-db OussamaSaoudi-db deleted the 315-get_data_on_unit branch September 11, 2024 23:18
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

Successfully merging this pull request may close these issues.

Remove feature flag for impl GetData<'a> for ()
3 participants