huaxingao commented on code in PR #2032:
URL: https://github.com/apache/datafusion-comet/pull/2032#discussion_r2226783940


##########
common/src/main/java/org/apache/comet/parquet/BatchReader.java:
##########
@@ -143,7 +143,9 @@ public class BatchReader extends RecordReader<Void, 
ColumnarBatch> implements Cl
   private boolean useLegacyDateTimestamp;
 
   /** The TaskContext object for executing this task. */
-  private final TaskContext taskContext;
+  protected TaskContext taskContext;

Review Comment:
   Changed back to `private`



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

Reply via email to