[
https://issues.apache.org/jira/browse/BEAM-10572?focusedWorklogId=463194&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463194
]
ASF GitHub Bot logged work on BEAM-10572:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jul/20 02:51
Start Date: 25/Jul/20 02:51
Worklog Time Spent: 10m
Work Description: jayendra13 commented on pull request #12366:
URL: https://github.com/apache/beam/pull/12366#issuecomment-663798158
> Hi Jayendra, thanks for volunteering to fix these issues.
>
> The SQL_Java11 precommit failure doesn't look like a flake, it seems like
this change introduced an error. Please take a look.
>
> ```
> 05:09:22 > Task :sdks:java:extensions:sql:datacatalog:compileTestJava
FAILED
> 05:09:22 error: option -Xbootclasspath/p: cannot be used together with
--release
> 05:09:22 Usage: javac <options> <source files>
> 05:09:22 use --help for a list of possible options
> ```
When I run that task locally I don't get any error.
```
jayendra@alienware:~/beam$ ./gradlew
:sdks:java:extensions:sql:datacatalog:compileTestJava
To honour the JVM settings for this build a new JVM will be forked. Please
consider using the daemon:
https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Configuration on demand is an incubating feature.
Deprecated Gradle features were used in this build, making it incompatible
with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 42s
73 actionable tasks: 37 executed, 1 from cache, 35 up-to-date
```
is it something specific to java version ?
----------------------------------------------------------------
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: 463194)
Time Spent: 1h 10m (was: 1h)
> Eliminate nullability errors from :sdks:java:extensions:sql:datacatalog
> -----------------------------------------------------------------------
>
> Key: BEAM-10572
> URL: https://issues.apache.org/jira/browse/BEAM-10572
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql
> Reporter: Jayendra
> Assignee: Jayendra
> Priority: P2
> Labels: starter
> Time Spent: 1h 10m
> 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)