singhpk234 opened a new pull request, #14867:
URL: https://github.com/apache/iceberg/pull/14867

   ### About the change 
   
   The REST catalog may want some tables of the catalogs to go via server side 
planning mainly because they can be super huge and if planned on server may 
cause issue or they are protected.
   This just helps in a way in which server can send back the response in the 
LoadTableResult#config so that this can be fed to the decision making on if we 
should enable scan planning for this table or not. I am still contemplating if 
we should define this config here too : 
   
   
https://github.com/apache/iceberg/blob/60b42ec0550bcb31c1a05000f34b5ca24016221a/open-api/rest-catalog-open-api.yaml#L3372
   
   
   ### Testing
   
   Pending 


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