makarandhinge opened a new pull request, #718: URL: https://github.com/apache/wayang/pull/718
This PR revisits and cleans up benchmark jobs in the wayang-benchmark module as requested in issue #418. The main goal is to improve maintainability and remove outdated implementation patterns. **Changes Made** - Fixed hardcoded file paths in Grep.java. - Refactored WordCountWithJavaNativeAPI.java to use JavaPlanBuilder instead of the foundational Java plan building approach. - Refactored TPCHQ1WithJavaNative.java to use JavaPlanBuilder. - Cleaned up Main.java by removing unused imports and adding Configuration. - Cleaned up WordCountParquet.java by removing unused imports and adding Configuration. - Cleaned up WordCount.java by removing commented code. **Testing** - Verified that the modified benchmark jobs compile successfully. - Ran benchmark examples locally to ensure functionality remains unchanged. **Related Issue** Fixes #418 -- 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]
