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


##########
.github/workflows/delta-conversion-ci.yml:
##########
@@ -107,7 +107,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:
   As mentioned in the mailing list. There will be follow up PR for full-ci 
handling and remaining things. 
   Draft branch for full-ci handling can be seen here
   
https://github.com/ajantha-bhat/iceberg/commit/82f4591a53d36861cd5e6c62ee0c3ab1c528dfd1
   
   It handles these cases too. 



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