DerGut opened a new pull request, #2994:
URL: https://github.com/apache/iceberg-rust/pull/2994

   ## Which issue does this PR close?
   
   Following from 
https://github.com/apache/iceberg-rust/pull/2920#discussion_r3777708718
   
   This is a rename to resolve a naming context between the previous 
`RestContext` and `SessionContext` in the same scope.
   
   ## What changes are included in this PR?
   
   - rename `RestContext` to `RestClient`
   - rename all variables from `context` to `client`
   - rename the retrieving function `RestCatalog::context` to 
`RestCatalog::client`
   - rename variables holding the lower-level `HttpClient` from `client` to 
`http_client`
   
   ## Are these changes tested?
   
   Via the compiler and the same test suite. No functional changes.
   
   ## AI Disclosure
   
   None 😱 


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