dmsuehir opened a new pull request, #9367: URL: https://github.com/apache/incubator-gluten/pull/9367
## What changes were proposed in this pull request? This PR fixes commands in the developer documentation for "How to debug C++": * Without `--build_examples=ON`, I get an error "/gluten/cpp/build/velox/udf/examples/libmyudf.so does not exist" * Without -DskipTests, I get a `testRoundTrip(org.apache.gluten.fs.OnHeapFileSystemTest)` failure * The `generated-native-benchmark` folders in the docs are outdated. They were changed [here](https://github.com/apache/incubator-gluten/commit/58e7d831e7a18d707576a983f2b49d91b0b3d67f#diff-fc6152c3348b59f4351275124ec253f00e5d65914652094c1ac0b1d422448890L102-L132), where you can see that the references to `example_lineitem`, `example_orders`, and `example.json` were removed. * `generic_benchmark` does not have default values for the json plan or input files, so they must be specified. ## How was this patch tested? Manually tested commands from the doc. -- 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]
