xumingming opened a new issue, #1683: URL: https://github.com/apache/auron/issues/1683
In AuronColumnarOverrides, if a plan is LocalTableScanExec, it will be returned as is: https://github.com/apache/auron/blob/736547092fbe8899b31118559f5437837c7c0565/spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronSparkSessionExtension.scala#L75-L77 While in AuronConverters, there are logic to convert LocalTableScanExec: https://github.com/apache/auron/blob/736547092fbe8899b31118559f5437837c7c0565/spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala#L268-L269 -- 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]
