flyrain commented on code in PR #12050:
URL: https://github.com/apache/iceberg/pull/12050#discussion_r1927572954


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -2945,6 +2946,14 @@ components:
           items:
             type: integer
 
+    EnableRowLineageUpdate:
+      allOf:
+        - $ref: '#/components/schemas/BaseUpdate'
+      properties:
+        action:
+          type: string
+          const: "enable-row-lineage"

Review Comment:
   I might be overthinking this, but I believe it’s worth adding a comment to 
clarify that `disabling row lineage is not allowed by the table spec`. It’s 
natural for people to wonder about the absence of such an option, so providing 
this context upfront would make things clearer.



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