pvary commented on PR #12629:
URL: https://github.com/apache/iceberg/pull/12629#issuecomment-2862599279

   +1 on this:
   > CALL catalog_name.system.compute_partition_stats('db.sample');  -- does 
incremental compute if previous stats exist, else full compute.
   
   Not sure about this:
   > CALL catalog_name.system.compute_partition_stats(table => 'db.sample', 
full_compute => true);  -- full compute (doesn't care about previous stats)
   
   Do we need drop stats? If we have drop stats, then we might not need this?
   
   We should consider other engines, like Trino, Hive, Impala too


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to