Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Aug 23, 2023

Which issue does this PR close?

N/A

Rationale for this change

I am just trying to clean up the code, and I ran into this code that was in need of a home while doing so

What changes are included in this PR?

Move statistics code for datasource into its own module

Are these changes tested?

checked by compiler

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Aug 23, 2023
})
.collect()
}
pub use statistics::get_statistics_with_limit;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This follows the existing visibility -- there is no change in behavior.

@alamb alamb marked this pull request as ready for review August 24, 2023 10:26
@alamb alamb merged commit 7fa3c1f into apache:main Aug 24, 2023
@alamb
Copy link
Contributor Author

alamb commented Aug 24, 2023

Thank you for the review @yjshen

@alamb alamb deleted the alamb/modularize branch August 24, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants