ajantha-bhat commented on code in PR #16945:
URL: https://github.com/apache/iceberg/pull/16945#discussion_r3474936262


##########
.github/workflows/delta-conversion-ci.yml:
##########
@@ -78,7 +78,7 @@ jobs:
     strategy:
       max-parallel: 15
       matrix:
-        jvm: [17, 21]
+        jvm: ${{ fromJson((github.event_name == 'pull_request' && 
contains(github.event.pull_request.labels.*.name, 'full-ci') == false) && 
'[17]' || '[17,21]') }}

Review Comment:
   If you see my initial commit before amending it, 
   
https://github.com/apache/iceberg/commit/f84014919419ab8cc0c2d1ea54e9854424b657aa
   
   It had clean planner job but it comes with the queue overhead.
   GitHub Actions matrix limitations force a trade-off. Since we intentionally 
removed the planner job to avoid queue overhead, the inline expression is the 
smallest no-extra-job version. 
   
   If you have any other suggestions, it is welcome. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to