Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-34768][SQL] Respect the default input buffer size in Univocity
This PR proposes to follow Univocity's input buffer. - Firstly, it's best to trust their judgement on the default values. Also 128 is too low. - Default values arguably have more test coverage in Univocity. - It will also fix uniVocity/univocity-parsers#449 - ^ is a regression compared to Spark 2.4 No. In addition, It fixes a regression. Manually tested, and added a unit test. Closes #31858 from HyukjinKwon/SPARK-34768. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 385f1e8) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
- Loading branch information