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

   ## Summary
   - make `Schema::Select()` return an error when a requested column name 
cannot be resolved
   - validate `TableScanBuilder::Select()` during `Build()` so bad scan 
projections fail early
   - keep manifest reader projection best-effort at its documented boundary by 
filtering unavailable manifest/data-file columns before calling 
`Schema::Select()`
   - update schema tests and add table scan coverage for partially missing 
projections
   
   ## Tests
   - `cmake --build build --target schema_test scan_test`
   - `ctest --test-dir build -R 'schema_test|scan_test' --output-on-failure`\n- 
`git diff --check`\n


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