gemini-code-assist[bot] commented on code in PR #38255: URL: https://github.com/apache/beam/pull/38255#discussion_r3117449876
########## CHANGES.md: ########## @@ -60,7 +60,7 @@ ## Highlights * New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)). -* New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)). +* Experimental Spark 4 structured streaming runner added (Java), built against Spark 4.0.2 / Scala 2.13 and requiring Java 17 ([#36841](https://github.com/apache/beam/issues/36841)). Review Comment:  The highlight mentions a "Spark 4 structured streaming runner", but the detailed notes below (line 78) specify that it is currently "Batch-only; streaming is not yet supported." To avoid confusing users who might expect streaming support from the name, consider clarifying the highlight to indicate it is batch-only for now. ```suggestion * Experimental Spark 4 runner added (Java), built against Spark 4.0.2 / Scala 2.13 and requiring Java 17. Currently supports batch only; streaming is not yet supported ([#36841](https://github.com/apache/beam/issues/36841)). ``` -- 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]
