voonhous opened a new issue, #17982: URL: https://github.com/apache/hudi/issues/17982
### Bug Description **What happened:** `sparksql-incremental.commands` is still referencing the old `HoodieDataSourceHelpers#listCompletionTimeSince` methods. ITs will fail when executed as the function does not exist. **What you expected:** `sparksql-incremental` should be referencing `HoodieDataSourceHelpers#streamCompletionTimeSince` instead. The call site should be updated to accommodated streams. **Steps to reproduce:** 1. Just open `sparksql-incremental.commands` and obsert ### Environment **Hudi version:** 1.2.0-SNAPSHOT **Query engine:** (Spark/Flink/Trino etc) Spark **Relevant configs:** N.A. ### Logs and Stack Trace _No response_ -- 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]
