dimas-b commented on code in PR #1831:
URL: https://github.com/apache/polaris/pull/1831#discussion_r2135773211
##########
plugins/spark/v3.5/spark/src/main/java/org/apache/polaris/spark/rest/LoadGenericTableRestResponse.java:
##########
@@ -29,10 +29,10 @@
* currently required because the Iceberg HTTPClient requires the request and
response to be a class
* of RESTRequest and RESTResponse.
*/
-public class LoadGenericTableRESTResponse extends LoadGenericTableResponse
implements RESTResponse {
+public class LoadGenericTableRestResponse extends LoadGenericTableResponse
implements RESTResponse {
@JsonCreator
- public LoadGenericTableRESTResponse(
+ public LoadGenericTableRestResponse(
Review Comment:
This kind of style change need to be discussed on [email protected],
please.
--
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]