singhpk234 commented on code in PR #13400:
URL: https://github.com/apache/iceberg/pull/13400#discussion_r2363537985
##########
.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 namespace scoped correct the error"
+ - 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 namespace scoped correct the error"
+ - 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 namespace scoped correct the error"
Review Comment:
created a seperate PR for this fix :
https://github.com/apache/iceberg/pull/14120/files
--
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]