viirya commented on code in PR #201:
URL: 
https://github.com/apache/arrow-datafusion-comet/pull/201#discussion_r1522079024


##########
common/src/main/java/org/apache/comet/parquet/ReadOptions.java:
##########
@@ -53,10 +53,10 @@ public class ReadOptions {
   // to reduce the skew. This will result in a slightly larger number of 
connections
   // opened to the file system but may give improved performance.
   // The option is off by default.
-  public static final String BOSON_IO_ADJUST_READRANGE_SKEW =
-      "boson.parquet.read.io.adjust.readRange.skew";
+  public static final String COMET_IO_ADJUST_READRANGE_SKEW =
+      "comet.parquet.read.io.adjust.readRange.skew";
 
-  private static final boolean BOSON_IO_ADJUST_READRANGE_SKEW_DEFAULT = false;
+  private static final boolean COMET_IO_ADJUST_READRANGE_SKEW_DEFAULT = false;

Review Comment:
   Oh, we didn't catch this up? Or is it merged after initial PR?



-- 
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]

Reply via email to