[
https://issues.apache.org/jira/browse/BEAM-10498?focusedWorklogId=475396&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475396
]
ASF GitHub Bot logged work on BEAM-10498:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/20 16:24
Start Date: 27/Aug/20 16:24
Worklog Time Spent: 10m
Work Description: jayendra13 commented on a change in pull request #12596:
URL: https://github.com/apache/beam/pull/12596#discussion_r478543575
##########
File path:
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/SqlOperators.java
##########
@@ -132,6 +132,8 @@
public static final SqlOperator DATE_OP =
createUdfOperator("DATE", BeamBuiltinMethods.DATE_METHOD);
+ // TODO: Fix Later
+ @SuppressWarnings("nullness")
public static final SqlUserDefinedFunction CAST_OP =
new SqlUserDefinedFunction(
new SqlIdentifier("CAST", SqlParserPos.ZERO),
Review comment:
What default value should be put here instead of null ?
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 475396)
Time Spent: 1h 50m (was: 1h 40m)
> Eliminate nullability errors from :sdks:java:extensions:sql:zetasql
> -------------------------------------------------------------------
>
> Key: BEAM-10498
> URL: https://issues.apache.org/jira/browse/BEAM-10498
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql
> Reporter: Kenneth Knowles
> Assignee: Jayendra
> Priority: P2
> Labels: starter
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Just edit {{build.gradle}} and set {{enableChecker: true}} and fix some
> errors!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)