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

   related to #2775 
   
   # Rationale for this change
   This PR adds some of the rest scanning endpoints needed for the synchronous 
scan planning And the configuration property used to determine scan planning 
support. 
   
   Aligning with the java implementation in 
https://github.com/apache/iceberg/pull/13400.
   
   ## Usage
   
   ```
   catalog = RestCatalog(
    "the-best-rest-catalog", uri="127.0.0.1:8181", 
**{"rest.scan-planning.enabled": "true"},
   )
   ```
   Ideally we only would want to use rest scan planning if the catalog is 
**_capable_**.
   
   ## Are these changes tested?
   
   ## Are there any user-facing changes?
   
   new property to configure scanning 


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