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

Upgrade to DataFusion 30 #464

Closed
wants to merge 1 commit into from
Closed

Upgrade to DataFusion 30 #464

wants to merge 1 commit into from

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

N/A

Rationale for this change

Next version

What changes are included in this PR?

Are there any user-facing changes?

@andygrove
Copy link
Member Author

Some tests are failing:

FAILED datafusion/tests/test_dataframe.py::test_write_compressed_parquet[gzip-6] - AssertionError: assert 'uncompressed' == 'gzip'
FAILED datafusion/tests/test_dataframe.py::test_write_compressed_parquet[brotli-7] - AssertionError: assert 'uncompressed' == 'brotli'
FAILED datafusion/tests/test_dataframe.py::test_write_compressed_parquet[zstd-15] - AssertionError: assert 'uncompressed' == 'zstd'

@mesejo
Copy link
Contributor

mesejo commented Aug 28, 2023

It seems that the issue was introduced by this commit on the main repo of datafusion. Currently the write_parquet method is not supporting the options.

@andygrove
Copy link
Member Author

It seems that the issue was introduced by this commit on the main repo of datafusion. Currently the write_parquet method is not supporting the options.

Thanks for tracking that down! I filed apache/datafusion#7433

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