shyjsarah commented on PR #8800: URL: https://github.com/apache/paimon/pull/8800#issuecomment-5046185254
Addressed the review comments: - Regenerated `docs/generated/spark_connector_configuration.html`. - Moved the repartition decision to an optimizer rule so CTE definitions can be followed. - Followed the streamed side of broadcast joins when checking for a single-partition `GlobalLimit`. - Continued through non-shuffle `COALESCE`, while preserving an existing shuffle repartition. - Added regression coverage for CTE, broadcast join, and `COALESCE` cases. Validation: - Spark 3 `TableValuedFunctionsTest`: 20/20 passed. - Spark 4 common modules compile successfully with JDK 17. - Spotless and generated-doc checks passed. -- 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]
