rdblue commented on code in PR #4907:
URL: https://github.com/apache/iceberg/pull/4907#discussion_r885033238
##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -87,9 +87,9 @@ public void createCatalog() {
RESTCatalogAdapter adaptor = new RESTCatalogAdapter(backendCatalog) {
@Override
- public <T extends RESTResponse> T execute(RESTCatalogAdapter.HTTPMethod
method, String path, Object body,
- Class<T> responseType,
Map<String, String> headers,
- Consumer<ErrorResponse>
errorHandler) {
+ public <T extends RESTResponse> T execute(RESTCatalogAdapter.HTTPMethod
method, String path,
+ Map<String, String>
queryParams, Object body, Class<T> responseType,
+ Map<String, String> headers,
Consumer<ErrorResponse> errorHandler) {
Review Comment:
The changes to `TestRESTCatalog` are large because several lines went over
the limit and had to be split out. The assertions just add `any()` to
validations for query params.
--
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]