laserninja commented on PR #10757:
URL: https://github.com/apache/gravitino/pull/10757#issuecomment-4349534049
The CI failure in `lakehouse-iceberg/00013_ctas.sql` is caused by incorrect
expected output formatting in 00013_ctas.txt:
1. `INSERT INTO` result was `3 rows affected` but Trino CLI outputs `INSERT:
3 rows`
2. `CREATE TABLE AS SELECT` results were `CREATE TABLE` but Trino CLI
outputs `CREATE TABLE: N rows` (with row count) since CTAS sets `updateCount`
The `hive/00015_update_table.sql` failure is a cascade, the CTAS test
failure triggered shutdown, which aborted the in-flight hive query ("Query
aborted by user"). Not a real failure.
Fix: update 00013_ctas.txt to use the correct Trino CLI output formats.
--
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]