HeartSaVioR opened a new pull request, #55837: URL: https://github.com/apache/spark/pull/55837
### What changes were proposed in this pull request? This PR proposes to remove dev-loop config for new state format of stream-stream join. ### Why are the changes needed? We made a code complete about new state format in stream-stream join in Apache Spark 4.2.0, but forgot about removing the config which was a gate to prevent the feature to be released "in the middle". Since all code changes have been made into 4.2.0, the flag is unnecessary. They still need to opt-in the state format version, so that's effectively playing a gate even though we remove the gate config. Keeping the gate config is just more verbose. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing UTs. (Actually N/A since the config has been `true` for UTs) ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 -- 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]
