mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
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>