Files
impala/common
Daniel Vanko c446291ccf IMPALA-13074: Add sink node to Web UI's graphical plan for DDL/DML queries
From now on if a plan fragment's root data sink is a table sink, a
multi data sink or a merge sink, it will be included in the json
response and shown on the Web UI as parent of the plan fragment.

Testing
 * adopted and refined impala-http-handler-test
 * added new tests for related sink types
 * tested manually on WebUI with
   - CTAS statements
   - UPDATE statements on Iceberg tables
   - DELETE statements on Iceberg tables
   - MERGE statements on Iceberg tables

Change-Id: Ib2bd442f6499efde7406d87c2b1fd1b46a45381b
Reviewed-on: http://gerrit.cloudera.org:8080/22496
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Noemi Pap-Takacs <npaptakacs@cloudera.com>
Reviewed-by: Zoltan Borok-Nagy <boroknagyz@cloudera.com>
2025-07-14 13:03:49 +00:00
..