Amar3tto commented on code in PR #39742:
URL: https://github.com/apache/beam/pull/39742#discussion_r3856588971
##########
sdks/java/io/snowflake/build.gradle:
##########
@@ -30,6 +30,8 @@ dependencies {
implementation project(path:
":sdks:java:extensions:google-cloud-platform-core")
permitUnusedDeclared project(path:
":sdks:java:extensions:google-cloud-platform-core")
implementation library.java.slf4j_api
+ implementation library.java.everit_json_schema
Review Comment:
I tried removing the dependency, but :sdks:java:io:snowflake:compileJava
then fails with:
`class file for org.everit.json.schema.ObjectSchema not found`
##########
sdks/java/io/snowflake/src/main/java/org/apache/beam/sdk/io/snowflake/SnowflakeIO.java:
##########
@@ -231,6 +231,7 @@ public interface CsvMapper<T> extends Serializable {
*/
@FunctionalInterface
public interface UserDataMapper<T> extends Serializable {
+ @org.checkerframework.checker.nullness.qual.Nullable
Review Comment:
Done
--
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]