Abacn commented on code in PR #25824:
URL: https://github.com/apache/beam/pull/25824#discussion_r1135704301
##########
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/SchemaUtil.java:
##########
@@ -67,7 +67,7 @@
/** Provides utility functions for working with Beam {@link Schema} types. */
@Experimental(Kind.SCHEMAS)
-class SchemaUtil {
+public class SchemaUtil {
Review Comment:
module private class (no public modifier) should still be accessible in
JdbcIO?
--
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]