mbutrovich commented on issue #259: URL: https://github.com/apache/datafusion-comet/issues/259#issuecomment-4683062051
All Comet scans are now `CometNativeExec` (`CometNativeScanExec`, `CometCsvNativeScanExec`, `CometIcebergNativeScanExec`, and the `CometScanWrapper` fallback), so `CometUnionExec` and `CometTakeOrderedAndProjectExec` already apply directly over scans with no intermediate native operator. The `forall(_.isInstanceOf[CometNativeExec])` gate the issue flagged is satisfied by a bare scan today. Closing as resolved. -- 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]
