aokolnychyi commented on code in PR #55623:
URL: https://github.com/apache/spark/pull/55623#discussion_r3190434471


##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/write/streaming/StreamingWrite.java:
##########
@@ -82,9 +82,10 @@ default boolean useCommitCoordinator() {
    * multiple commits for the same epoch are idempotent.
    * <p>
    * Note: this method signals that all data for this write operation has been 
successfully written.
-   * It is NOT a transactional commit. When this write is part of a
-   * {@link org.apache.spark.sql.connector.catalog.transactions.Transaction}, 
the transaction is
-   * committed separately via
+   * When this write is part of a
+   * {@link org.apache.spark.sql.connector.catalog.transactions.Transaction}, 
connector

Review Comment:
   Can we do qualified import for `Transaction`?



-- 
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]

Reply via email to