[
https://issues.apache.org/jira/browse/BEAM-10615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168847#comment-17168847
]
Jayendra edited comment on BEAM-10615 at 7/31/20, 1:05 PM:
-----------------------------------------------------------
Can some one give me some context why second argument is null [here|#L40]], and
why it shouldn't throw error for this case ?
{{ public static void main(String[] args) throws IOException {
runSqlLine(args, null, System.out, System.err);
}}}
was (Author: jayendra13):
Can some one give me some context why second argument is null
[here|[https://github.com/apache/beam/blob/master/sdks/java/extensions/sql/jdbc/src/main/java/org/apache/beam/sdk/extensions/sql/jdbc/BeamSqlLine.java#L40]],
and why it shouldn't throw error for this case ?
> Eliminate nullability errors from :sdks:java:extensions:sql:jdbc
> ----------------------------------------------------------------
>
> Key: BEAM-10615
> URL: https://issues.apache.org/jira/browse/BEAM-10615
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql
> Reporter: Jayendra
> Assignee: Jayendra
> Priority: P2
> Labels: starter
>
> Just edit {{build.gradle}} and set {{enableChecker: true}} and fix some
> errors!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)