Description
Simple case as below
select * from store_sales limit 10;
Spark behaviour
Vanilla Spark execution is very fast , and generates only one task.
Gluten behaviour
Gluten performs over 10x slower than Vanilla Spark. And generates multiple tasks.
@weiting-chen @zhouyuan @jinchengchenghh
Thanks