alamb opened a new issue, #11892: URL: https://github.com/apache/datafusion/issues/11892
### Describe the bug When we last updated the version in https://github.com/apache/datafusion/pull/11889 the CI doc CI job failed with https://github.com/apache/datafusion/actions/runs/10303822317/job/28525946989 > Binary files a/datafusion/core/example.parquet and b/datafusion/core/example.parquet differ ### To Reproduce Change the version numbers, following model of https://github.com/apache/datafusion/pull/11889 ### Expected behavior CI should pass ### Additional context @andygrove says: https://github.com/apache/datafusion/pull/11889#issuecomment-2276269252 > Not sure about the CI failure: > > ``` > Binary files a/datafusion/core/example.parquet and b/datafusion/core/example.parquet differ > ``` > > Re-triggered to verify it. The `example.parquet` file will change every time we increase the version number, because we store metadata in the parquet file witht the version of DataFusion that was used when writing. This is not ideal... for now I will regenerate this file as part of this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
