nssalian opened a new pull request, #2910:
URL: https://github.com/apache/iceberg-python/pull/2910

   Closes #2373 
   
   <!-- In the case this PR will resolve an issue, please replace 
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
   <!-- Closes #2373 -->
   
   # Rationale for this change
   Bringing parity to the headers in Python. 
   The version is as per the [HttpClient in 
Java](https://github.com/apache/iceberg/blob/68e555b94f4706a2af41dcb561c84007230c0bc1/core/src/main/java/org/apache/iceberg/rest/HTTPClient.java#L533-L534)
 and the version string is matching 
[IcebergBuild](https://github.com/apache/iceberg/blob/779af12312fcf70c1e6e52d610d64cf947fd0a4f/api/src/main/java/org/apache/iceberg/IcebergBuild.java#L67)
 but with `PyIceberg` instead of Iceberg.
   
   Previously, this was worked on #2652 but since that has stalled, adding a 
fix to close our the issue. Thanks to @jaimeferj for his original PR.
   
   ## Are these changes tested?
   - Added a test in `tests/catalog/test_rest.py` - `test_client_version_header`
   
   ## Are there any user-facing changes?
   No
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


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