The GitHub Actions job "Python CI" on iceberg-python.git/clean-up-logging-tracebacks has failed. Run started by GitHub user kevinjqliu (triggered by kevinjqliu).
Head commit for run: b8aed8d6ebfceff57b31ee99ce46ca2bee810de0 / Kevin Liu <[email protected]> Clean up logging: move exception tracebacks to debug level Move exception info from warning to debug level in import error handlers. This provides cleaner user-facing output by default while still making detailed exception info available for troubleshooting via debug logging. Changes: - FileIO import failures (pyiceberg.io.__init__) - LocationProvider import failures (pyiceberg.table.locations) - Catalog import failures (pyiceberg.catalog.__init__) - File deletion failures (pyiceberg.catalog.__init__) Users now see clean one-line warnings instead of full tracebacks. Developers can enable debug logging to see detailed exception info. Report URL: https://github.com/apache/iceberg-python/actions/runs/20547724500 With regards, GitHub Actions via GitBox
