flyrain commented on code in PR #9889: URL: https://github.com/apache/iceberg/pull/9889#discussion_r1521879235
########## docs/docs/spark-procedures.md: ########## @@ -756,8 +756,8 @@ Creates a view that contains the changes from a given table. | `table` | ✔️ | string | Name of the source table for the changelog | | `changelog_view` | | string | Name of the view to create | | `options` | | map<string, string> | A map of Spark read options to use | -| `net_changes` | | boolean | Whether to output net changes (see below for more information). Defaults to false. | -| `compute_updates` | | boolean | Whether to compute pre/post update images (see below for more information). Defaults to false. | +| `net_changes` | | boolean | Whether to output net changes (see below for more information). Defaults to false. It must be false when `compute_updates` is true. | Review Comment: Fair enough. Let's keep it as is. -- 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