Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-39285][SQL] Spark should not check field names when reading files
### What changes were proposed in this pull request? Spark should not check filed name when reading data, in this pr we clean the code ### Why are the changes needed? Although spark can't write data with invalid col names, but Spark can read data with invalid col name, so we should not check field names when reading data. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? MT Closes apache#36661 from AngersZhuuuu/SPARK-39285. Authored-by: Angerszhuuuu <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
- Loading branch information