dramaticlly opened a new pull request, #6797:
URL: https://github.com/apache/iceberg/pull/6797

   Close #6794 
   
   This add `changed_partition_count` as results from Spark AddFilesProcedure. 
Before this change, spark only return `added_files_count` when adding external 
files to iceberg table using AddFilesProcedure. 
   
   - For unpartitioned table, the `changed_partition_count` returned is 1
   - For partitioned table, the `changed_partition_count` return number of 
partition updated (sourced from snapshot summary)
   - If number of files being added is empty (either because of no valid 
parquet files or because of incorrectly configured partition filter), the 
`changed_partition_count` return is 0
   
   This only impact the Spark 3.3 and only adds a new result in returned DF
   
   CC @RussellSpitzer @szehon-ho


-- 
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