Abacn commented on code in PR #39570:
URL: https://github.com/apache/beam/pull/39570#discussion_r3691161036


##########
sdks/python/test-suites/dataflow/common.gradle:
##########
@@ -671,6 +671,8 @@ project.tasks.register("inferencePostCommitITPy312") {
 // Create cross-language tasks for running tests against Java expansion 
service(s)
 def gcpProject = project.findProperty('gcpProject') ?: 'apache-beam-testing'
 def gcpRegion = project.findProperty('gcpRegion') ?: 'us-central1'
+// IcebergIO needs Java 17+ now; java11 here blows up the Dataflow harness.

Review Comment:
   Let's use plain language
   ```suggestion
   // Default to the minimum required Java version (currently bounded by 
IcebergIO which needs Java 17+)
   ```



-- 
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]

Reply via email to