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