blaze icon indicating copy to clipboard operation
blaze copied to clipboard

Inconsistent handling of LocalTableScanExec

Open xumingming opened this issue 1 month ago • 0 comments

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

xumingming avatar Dec 01 '25 09:12 xumingming