kazuyukitanimura commented on issue #516: URL: https://github.com/apache/datafusion-comet/issues/516#issuecomment-2161688512
@tshauck All plan transformation (currently) needs to start with a Parquet scan node. See https://github.com/apache/datafusion-comet/blob/main/spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala#L93 I am guessing you may have to add a case there to trigger the transformation by converting `OneRowRelation` -- 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]
