dmsuehir opened a new issue, #9486: URL: https://github.com/apache/incubator-gluten/issues/9486
### Backend VL (Velox) ### Bug description I'm following the [`NewToGluten.md` documentation](https://github.com/apache/incubator-gluten/blob/main/docs/developers/NewToGluten.md) the example `launch.json` does not work. The "velox shuffle writer test": * Has a gtest_filter for "TestSinglePartPartitioner", which does not exist. The "benchmark test": * Has an incorrect path to the `generic_benchmark` program (it's missing the `build` folder in the path) * Has incorrect args ### Gluten version main branch ### Spark version Spark-3.3.x ### Spark configurations _No response_ ### System information Gluten Version: 1.5.0-SNAPSHOT Commit: 0ae438530247dbe10c65013cad7212bd57ee59e4 CMake Version: 3.28.1 System: Linux-5.15.0-118-generic Arch: x86_64 CPU Name: Model name: Intel(R) Xeon(R) Platinum 8280L CPU @ 2.70GHz C++ Compiler: /usr/bin/c++ C++ Compiler Version: 11.4.0 C Compiler: /usr/bin/cc C Compiler Version: 11.4.0 CMake Prefix Path: /usr/local;/usr;/;/usr/local;/usr/local;/usr/X11R6;/usr/pkg;/opt ### Relevant logs ```bash velox shuffle writer test: ========================== /localdisk/dmsuehir/spark/incubator-gluten/cpp/build/velox/tests/velox_shuffle_writer_test: No match. [1] + Done "/usr/bin/gdb" --interpreter=mi --tty=${DbgTerm} 0<"/tmp/Microsoft-MIEngine-In-bml51ivz.qdw" 1>"/tmp/Microsoft-MIEngine-Out-ouhlfwfu.omy" benchmark test: =============== launch: program '<gluten_home>/cpp/velox/benchmarks/./generic_benchmark' does not exist After fixing the path to generic_benchmark: E0430 16:27:45.838171 1224463 GenericBenchmark.cc:688] Incorrect usage: Missing '--plan' option. ``` -- 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]
