viirya commented on PR #889:
URL: https://github.com/apache/datafusion-comet/pull/889#issuecomment-2318411331

   > CometSchemaImporter importer = batchReader.getImporter();
             if (importer != null) {
               importer.close();
             }
             importer = new CometSchemaImporter(BatchReader.ALLOCATOR);
   
   Hmm, by doing this, you close the internal importer in batch reader, but 
open a new importer outside it?


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