viirya commented on code in PR #889:
URL: https://github.com/apache/datafusion-comet/pull/889#discussion_r1737070523
##########
common/src/main/java/org/apache/comet/parquet/BatchReader.java:
##########
@@ -231,6 +231,10 @@ public BatchReader(AbstractColumnReader[] columnReaders) {
this.taskContext = TaskContext$.MODULE$.get();
}
+ public CometSchemaImporter getImporter() {
+ return importer;
+ }
Review Comment:
This PR looks redundant.
--
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]