nastra commented on code in PR #14120:
URL: https://github.com/apache/iceberg/pull/14120#discussion_r2364076023
##########
.palantir/revapi.yml:
##########
@@ -1365,6 +1365,18 @@ acceptedBreaks:
justification: "Removing deprecations for 1.10.0"
"1.10.0":
org.apache.iceberg:iceberg-core:
+ - code: "java.field.constantValueChanged"
+ old: "field org.apache.iceberg.rest.ResourcePaths.V1_TABLE_SCAN_PLAN"
+ new: "field org.apache.iceberg.rest.ResourcePaths.V1_TABLE_SCAN_PLAN"
+ justification: "Plan API is table scoped should include namespace"
+ - code: "java.field.constantValueChanged"
+ old: "field
org.apache.iceberg.rest.ResourcePaths.V1_TABLE_SCAN_PLAN_SUBMIT"
+ new: "field
org.apache.iceberg.rest.ResourcePaths.V1_TABLE_SCAN_PLAN_SUBMIT"
+ justification: "Plan API is table scoped should include namespace"
+ - code: "java.field.constantValueChanged"
+ old: "field
org.apache.iceberg.rest.ResourcePaths.V1_TABLE_SCAN_PLAN_TASKS"
+ new: "field
org.apache.iceberg.rest.ResourcePaths.V1_TABLE_SCAN_PLAN_TASKS"
+ justification: "Plan API is table scoped should include namespace"
Review Comment:
```suggestion
justification: "Plan API is table scoped and should include
namespace"
```
--
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]