ajantha-bhat commented on code in PR #4229:
URL: https://github.com/apache/iceberg/pull/4229#discussion_r864434549
##########
docs/versioned/spark/spark-procedures.md:
##########
@@ -280,6 +280,11 @@ See the [`RewriteDataFiles` Javadoc](../../../javadoc/{{%
icebergVersion %}}/org
and <br/> [`SortStrategy` Javadoc](../../../javadoc/{{% icebergVersion
%}}/org/apache/iceberg/actions/SortStrategy.html#field.summary)
for list of all the supported options for this action.
+!!! Note
+ This procedure can also read the delete files created by merge-on-read
mode if present
+ and rewrite to new data files by masking the result from delete files.
+ By default, delete files will not be considered for compaction. Need to
configure `delete-file-threshold` in options.
Review Comment:
I think we need to avoid, `you`, `we` in docs.
I adopted your sentence with small modification (removing 'you')
In order to change this behavior, need to set `delete-file-threshold`.
Also added same sentence in maintainance.md file.
--
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]