MiguelAnzoWizeline commented on pull request #14586: URL: https://github.com/apache/beam/pull/14586#issuecomment-825060180
@TheNeuralBit Hi, I could use some help with one question. I'm having an issue with some of the checks in ArrowConversion.java, in some of the **visit** methods **null** is returned (example line 327), but in the error message of the check I get that the return type shouldn't be null: `method return type: @Initialized @NonNull Function<@Initialized @NonNull Object, @Initialized @NonNull Object>` Is there a specific reason about why it should be null? So I can get a clue about how to work with this error. Also I'm a little puzzled about that error since when I locally run the task **:sdks:java:extensions:arrow:compileJava** it completes successfully and don't get this error. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
