zeroshade opened a new issue, #1500:
URL: https://github.com/apache/iceberg-go/issues/1500

   Follow-up to #1494 (part of #1178, Phase 6).
   
   The client-conformance fake added in #1494 uses hand-authored JSON fixtures. 
They are written to match Java's `ContentFileParser` conventions (typed 
partition values, hex-encoded binary bounds), but nothing automatically 
verifies they match real Java server output.
   
   ## Goal
   
   Add an integration suite, gated by `RUN_INTEGRATION_TESTS=1` (matching the 
existing integration-test convention), that runs the REST scan-planning client 
against the Java `apache/iceberg-rest-fixture` Docker image for interop 
confidence.
   
   ## Notes
   
   - Mirror the existing `make integration-rest` / docker-compose setup.
   - Confirms wire-format fidelity end-to-end (endpoint paths, JSON shapes, 
error types, storage credentials) against a real server, complementing the 
unit-level fake from #1494.
   


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