I decided to combine the batch and universal load for relational objects into a single proposal. * The proposal contains both single and batch endpoints for relational objects. * It also introduces a new enum *CatalogObjectType* and response payload can be differentiated based on the type.
Design doc: https://docs.google.com/document/d/1VW5hgaaajRWtp5KbOU3s83YyoyPi5WOSvHtoJ_yXzJs/edit?tab=t.0#heading=h.e6w7vgpr8t2f Spec PR: https://github.com/apache/iceberg/pull/15830 I will work on a java reference implementation draft PR soon. Thanks, Steven P.S. This thread deprecates the previous dev thread on batch load endpoints <https://lists.apache.org/thread/m2k78zkb5w2mf5hsztcshp08mp23r9kl>.
