dongjoon-hyun commented on PR #40587:
URL: https://github.com/apache/spark/pull/40587#issuecomment-1488154261

   For the record, to sum up, SPARK-42957 made the following change. 
`cyclonedx` didn't exist before across all file names and only 
`-cyclonedx.json` and `-cyclonedx.xml` are newly generated for SBOM according 
to our snapshot result.
   ```
      # Remove any extra files generated during install
   -  find . -type f |grep -v \.jar |grep -v \.pom | xargs rm
   +  find . -type f |grep -v \.jar |grep -v \.pom |grep -v cyclonedx | xargs rm
   ```


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