deniskuzZ commented on code in PR #5648:
URL: https://github.com/apache/hive/pull/5648#discussion_r2003624978
##########
iceberg/iceberg-handler/src/test/results/positive/delete_iceberg_copy_on_write_partitioned.q.out:
##########
@@ -121,140 +121,140 @@ STAGE PLANS:
Map Operator Tree:
TableScan
alias: tbl_ice
- Statistics: Num rows: 6 Data size: 582 Basic stats: COMPLETE
Column stats: COMPLETE
+ Statistics: Num rows: 6 Data size: 588 Basic stats: COMPLETE
Column stats: PARTIAL
Review Comment:
after the update/delete Hive doesn't recompute stats and on the next insert
it only writes stats generated by that insert since prev stats is not
accurate/no stats for prev snapshot. However, we had a bug and did a fallback
to HMS and used whatever was previously stored there (no snapshot id
validation, similar to ACID writeIds)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]