andygrove commented on issue #2391:
URL: 
https://github.com/apache/datafusion-comet/issues/2391#issuecomment-3289994063

   It seems possible to either use InMemoryTableScanExec directly, or copy the 
code into a new `CometInMemoryTableScanExec` if needed, and then provide a 
custom `CachedBatchSerializer` serializer in `CachedRDDBuilder` within the 
`InMemoryRelation`.
   
   ```scala
   case class CachedRDDBuilder(
       serializer: CachedBatchSerializer,
       storageLevel: StorageLevel,
       @transient cachedPlan: SparkPlan,
       tableName: Option[String]) {
   ```


-- 
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: github-unsubscr...@datafusion.apache.org

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


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

Reply via email to