andygrove opened a new pull request, #4085:
URL: https://github.com/apache/datafusion-comet/pull/4085

   ## Which issue does this PR close?
   
   Closes #.
   
   ## Rationale for this change
   
   The `fuzz-testing` Maven module is a standalone tool that has fallen out of 
regular use. Its functionality overlaps with the in-process `CometFuzz*Suite` 
tests under `spark/src/test`, which provide ongoing fuzz coverage as part of 
CI. Removing the unused module reduces build surface, drops a long-tail 
dependency footprint, and simplifies the project layout.
   
   ## What changes are included in this PR?
   
   - Delete the `fuzz-testing/` directory (sources, `pom.xml`, `README.md`, 
`run.sh`)
   - Remove `<module>fuzz-testing</module>` from the parent `pom.xml`
   - Drop `fuzz-testing/target` from `.dockerignore`
   - Drop `COPY fuzz-testing /comet/fuzz-testing` from `kube/Dockerfile`
   - Remove `"fuzz-testing/**"` from the `paths-ignore` lists in 
`.github/workflows/spark_sql_test.yml` and 
`.github/workflows/iceberg_spark_test.yml`
   
   The `CometFuzz*Suite` tests in `spark/src/test` and the corresponding `fuzz` 
group in `pr_build_linux.yml` / `pr_build_macos.yml` are unrelated and remain 
in place.
   
   ## How are these changes tested?
   
   This is a build/configuration change with no behavioral impact. Existing CI 
verifies that the build, native compilation, and test suites continue to pass 
without the removed module.


-- 
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]

Reply via email to