dmsuehir opened a new pull request, #9969: URL: https://github.com/apache/incubator-gluten/pull/9969
## What changes were proposed in this pull request? This PR: * Clarifies the documentation regarding how to set the `--spark_home` arg when running the `gen-function-support-docs.py` script to explain that it can either be Spark built from source or an installed Spark release with additional resource files copied to the install directory * Similarly, clarifies the documentation for running `spark-ut` unit tests to mention the same for the `spark.test.home` arg. * Updates the `GlutenSQLQueryTestSuite`, where the original error was reported to check for the path existing before the code trying to get files from the directory. This is what was causing the null pointer exception previously. With the updated error handling, running the test run will still fail if the resource files are missing, but the message will be more clear and include the path to the missing directory. * After running `gen-function-support-docs.py` to check my updates, there was one update to the Gluten support docs, so that is included in this PR. (Fixes: \#9328) ## How was this patch tested? Ran `gen-function-support-docs.py` and the `spark-ut` tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
