xinghuayu007 opened a new pull request, #10783: URL: https://github.com/apache/incubator-gluten/pull/10783
## What changes are proposed in this pull request? When using TPCH shell script to generate test data, the script got stuck when execute it again. The tool dbGen will generate a lots of temporary files and not be deleted after the first running. When running the tool again, it asks whether to overwrite the temporary files, which make the script stuck. The patch adds a function to delete these temporary files before running the dbGen tool. ## How was this patch tested? <!-- Describe how the changes were tested, if applicable. Include new tests to validate the functionality, if necessary. For UI-related changes, attach screenshots to demonstrate the updates. --> -- 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]
