federicsp opened a new pull request, #3330: URL: https://github.com/apache/iceberg-python/pull/3330
Closes #3328 # Rationale for this change `pyiceberg_example.ipynb` and `spark_integration_example.ipynb` had no automated test coverage. Breaking changes to notebook cells could go undetected in CI. This PR adds papermill-based tests that execute the real notebooks as-is, so any change to a cell is automatically reflected in the tests. ## Are these changes tested? Yes. The tests themselves are the change. Run them with: ```bash make test-notebook ``` ## Are there any user-facing changes? No. -- 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]
