snuyanzin commented on code in PR #2:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/2#discussion_r1528627627


##########
flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/xa/JdbcXaSinkFunctionState.java:
##########
@@ -31,7 +31,7 @@
 /** Thread-safe (assuming immutable {@link Xid} implementation). */
 @ThreadSafe
 @Internal
-class JdbcXaSinkFunctionState {
+public class JdbcXaSinkFunctionState {

Review Comment:
   do wee need change modifier here?
   It seems with package private it works ok or did i miss anything?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to