The GitHub Actions job "Build" on texera.git/main has succeeded. Run started by GitHub user Xiao-zhen-Liu (triggered by Xiao-zhen-Liu).
Head commit for run: 60c84bd17510db2bbf5eb10f7d54af6791c8df16 / Xiaozhen Liu <[email protected]> fix(ci): explicitly load jdbc driver when accessing iceberg postgres catalog (#3817) ## Purpose #3783 fixed the flaky CI error of `java.lang.Throwable: java.sql.SQLException: No suitable driver found for jdbc:postgresql://localhost:5432/texera_iceberg_catalog` for two test cases by explicitly loading the driver in those two test cases, but recently some other test cases also begin to have this issue. To fundamentally fix this issue for all test cases, we can explicitly load the driver in the codebase where we access the postgres iceberg catalog. ## Content Explicitly load JDBC driver in `createPostgresCatalog`, where the CI errors happen. Report URL: https://github.com/apache/texera/actions/runs/18232534675 With regards, GitHub Actions via GitBox
