kevinjqliu opened a new pull request, #566:
URL: https://github.com/apache/iceberg-cpp/pull/566

   ## Summary
   
   Removes unnecessary `strategy` sections from jobs that don't use a matrix.
   
   ## Changes
   
   - Removed `strategy: fail-fast: false` from `ubuntu`, `macos`, `windows` 
jobs in `test.yml`
   - Removed `strategy: fail-fast: false` from `sanitizer-test` job in 
`sanitizer_test.yml`
   
   ## Rationale
   
   The `fail-fast` option only applies to matrix jobs where multiple 
configurations run in parallel. For single jobs without a matrix, this setting 
has no effect and generates schema warnings.
   
   Jobs with matrices (like `meson` and `verify`) retain their strategy 
configuration.


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