You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/03/14 15:05:54 UTC

[GitHub] [beam] Abacn commented on a diff in pull request #25824: Add driverJarDirectory parameter to JdbcIO.

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: github-unsubscribe@beam.apache.org

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