incubator-gluten
incubator-gluten copied to clipboard
[GLUTEN-7174][VL] Force fallback scan operator when spark.sql.parquet.mergeSchema enabled
What changes were proposed in this pull request?
Velox treat missing column as null, will output incorrect results when spark.sql.parquet.mergeSchema enabled.
Fixes: #7174
How was this patch tested?
Enable some excluded tests.