[
https://issues.apache.org/jira/browse/BEAM-13430?focusedWorklogId=702383&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-702383
]
ASF GitHub Bot logged work on BEAM-13430:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Dec/21 18:37
Start Date: 30/Dec/21 18:37
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #16388:
URL: https://github.com/apache/beam/pull/16388#discussion_r776831641
##########
File path:
examples/java/src/test/java/org/apache/beam/examples/cookbook/BigQueryTornadoesIT.java
##########
@@ -60,7 +60,7 @@
@BeforeClass
public static void setUp() {
- PipelineOptionsFactory.register(BigQueryTornadoesITOptions.class);
+ PipelineOptionsFactory.register(TestPipelineOptions.class);
Review comment:
Not a bug. Each PipelineOptions instance must be internally consistent
(e.g. types and default values have to be the same). Registering a
PipelineOptions makes it such that all PipelineOptions instances have to
conform to this new option. It must be that the ITs used to run in different
JVMs and now are running in the same JVM.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 702383)
Time Spent: 42h 20m (was: 42h 10m)
> Upgrade Gradle version to 7.3
> -----------------------------
>
> Key: BEAM-13430
> URL: https://issues.apache.org/jira/browse/BEAM-13430
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Reporter: Kiley Sok
> Assignee: Kiley Sok
> Priority: P1
> Time Spent: 42h 20m
> Remaining Estimate: 0h
>
> This is the first version to support Java 17
>
> https://docs.gradle.org/current/userguide/compatibility.html
--
This message was sent by Atlassian Jira
(v8.20.1#820001)