guixiaowen opened a new issue, #1401: URL: https://github.com/apache/auron/issues/1401
**Description** Currently, spark.auron.enable.scan is set to true, which means it enables the conversion of FileSourceScanExec to a native execution plan. In the current implementation, only FileSourceScanExec is supported. However, in Spark there are many other scan execution plans, such as HiveTableScanExec, BatchScanExec, etc., which are not yet supported in the current implementation. The vectorized engine should ideally support more Spark execution plans, and this coverage should be gradually expanded in the future. Therefore, the configuration name spark.auron.enable.scan should be changed to spark.auron.enable.filescan, to more accurately indicate that this setting only controls the conversion of FileSourceScanExec to native. In the future, when support for HiveTableScanExec is implemented, a separate configuration such as spark.auron.enable.hivetablescan can be introduced to distinguish between different scenarios. -- 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]
