Skip to content

Conversation

@Jefffrey
Copy link
Contributor

Datafusion extended tests / cargo test hash collisions (amd64) (push) currently failing on main:

 error[E0560]: struct `ParquetOpener` has no field named `file_decryption_properties`
    --> datafusion/datasource-parquet/src/opener.rs:1436:13
     |
1436 |             file_decryption_properties: None,
     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ `ParquetOpener` does not have this field
     |
     = note: all struct fields are already assigned

For more information about this error, try `rustc --explain E0560`.
error: could not compile `datafusion-datasource-parquet` (lib test) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

@github-actions github-actions bot added the datasource Changes to the datasource crate label Sep 16, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you -- I just noticed this too ❤️

@alamb alamb merged commit 9efabf9 into apache:main Sep 16, 2025
28 checks passed
@alamb
Copy link
Contributor

alamb commented Sep 16, 2025

Here is an example failure for anyone who wants: https://github.com/apache/datafusion/actions/runs/17744274571/job/50425549604

It seems to have first happened with this PR for some reason

Screenshot 2025-09-16 at 8 27 48 AM

@Jefffrey Jefffrey deleted the fix-extended-tests branch September 16, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

datasource Changes to the datasource crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants