Closed jackylee-ch closed 1 day ago
Thanks for opening a pull request!
Could you open an issue for this pull request on Github Issues?
https://github.com/apache/incubator-gluten/issues
Then could you also rename commit message and pull request title in the following format?
[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}
See also:
cc @PHILO-HE
I'm not sure about this. Could you add some description? It has no impact on other Spark versions?
I'm not sure about this. Could you add some description?
Sure, I would update the pr description.
It has no impact on other Spark versions?
For spark32 and spark33, we use GlutenWriterColumnarRules
to check the supported fileformats. But for spark34 and spark35, we use BackendsApiManager.getSettings.supportWriteFilesExec
to check the supported file formats. Hense this won't impact other spark versions.
I have run bellow sqls failed with footer parse while reading orc file. After look inside, I found the file is written with parquet, not orc, and we haven't support the orc write now.