The GitHub Actions job "Required Checks" on texera.git/fix/5091-iceberg-iterator-preserve-error has succeeded. Run started by GitHub user mengw15 (triggered by mengw15).
Head commit for run: 33ecec5e0d446b605bcac531b7eaa6f01ce91f78 / mengw15 <[email protected]> fix: preserve original error in IcebergIterator._seek_to_usable_file The bare `raise Exception` (no args, no `from`) constructed a fresh empty exception, discarding the underlying error type, message, and traceback. Callers doing `except Exception as e: log.error(str(e))` saw only an empty string instead of the real diagnostic (catalog auth failure, S3 IO error, manifest corruption, etc.). The `print` also bypassed the project logger. Replace with a re-raise of the original exception and route the message through loguru. Closes #5091. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/25953139743 With regards, GitHub Actions via GitBox
