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

   Once the above issues are all resolved, we can make this code change to 
`CometScanRule`:
   
   ```scala
   COMET_NATIVE_SCAN_IMPL.get() match {
             case SCAN_AUTO =>
               nativeDataFusionScan(plan, session, scanExec, r, hadoopConf)
                 .orElse {
                   // Clear explain info tags from the failed 
nativeDataFusionScan
                   // attempt so they don't leak into the fallback path
                   scanExec.unsetTagValue(CometExplainInfo.EXTENSION_INFO)
                   nativeIcebergCompatScan(session, scanExec, r, hadoopConf)
                 }
                 .getOrElse(scanExec)
   ```


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