Tamas Mate created IMPALA-12773:
-----------------------------------

             Summary: Log the snapshot id add it to the plan node for Iceberg 
queries 
                 Key: IMPALA-12773
                 URL: https://issues.apache.org/jira/browse/IMPALA-12773
             Project: IMPALA
          Issue Type: Improvement
          Components: Frontend
    Affects Versions: Impala 4.4.0
            Reporter: Tamas Mate


For supportability purposes Impala should track the snapshot id that will be 
used to query the Iceberg table. This could help identify problems like:
- whether two engines are reading from the same snapshots
- trace back which snapshot was read by a specific query. Useful to see if 
there were any changes between query executions.

The snapshot id could be logged INFO level and added to the query plan tree as 
well as an attribute of a SCAN node.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to