ZhiQiang-Tiger commented on code in PR #2284:
URL: https://github.com/apache/fury/pull/2284#discussion_r2122999140


##########
java/fury-core/src/main/java/org/apache/fury/Fury.java:
##########
@@ -1679,6 +1681,13 @@ public boolean compressLong() {
     return config.compressLong();
   }
 
+  public ExceptionLogMode getExceptionLogMode() {
+    return config.getExceptionLogMode();
+  }
+  public int getLogSampleStep() {

Review Comment:
   > And I think we don't need to duplicate fields here, we could just pass 
value directly from Config
   
   ok. At the time it was to regulate



-- 
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: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to