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 two default imports from datafusion dependency #1679

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

jackkleeman
Copy link
Contributor

Primary goal is to remove 'compression' which bundles in various compression libs, one of which appears to be dynamically linked for mac in some cases. We don't need the compression feature

As a extra benefit, we can remove parquet support in the interest of compile time and binary size. I don't really see how this can be used usefully as we have disabled functions that read and write files.

Primary goal is to remove 'compression' which bundles in various
compression libs, one of which appears to be dynamically linked for mac
in some cases. We don't need the compression feature

As a extra benefit, we can remove parquet support in the interest of
compile time and binary size. I don't really see how this can be used
usefully as we have disabled functions that read and write files.
Copy link
Contributor

@igalshilman igalshilman left a comment

Choose a reason for hiding this comment

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

LGTM

@jackkleeman jackkleeman merged commit 8b08fe5 into restatedev:main Jul 2, 2024
6 checks passed
@jackkleeman jackkleeman deleted the datafusion-nodefault branch July 2, 2024 08:21
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.

2 participants