jackye1995 commented on code in PR #8091:
URL: https://github.com/apache/iceberg/pull/8091#discussion_r1265943076
##########
core/src/main/java/org/apache/iceberg/rest/RESTObjectMapper.java:
##########
@@ -25,14 +25,14 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
-class RESTObjectMapper {
+public class RESTObjectMapper {
Review Comment:
I am able to keep this class as protected in src, but test
(`TestlambdaRESTInvoker`) still needs to use it. Not sure if there is any way
to test the client without changing this.
--
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]