Class LoadGenericTableRESTResponse

java.lang.Object
org.apache.polaris.spark.rest.LoadGenericTableResponse
org.apache.polaris.spark.rest.LoadGenericTableRESTResponse
All Implemented Interfaces:
org.apache.iceberg.rest.RESTMessage, org.apache.iceberg.rest.RESTResponse

public class LoadGenericTableRESTResponse extends LoadGenericTableResponse implements org.apache.iceberg.rest.RESTResponse
RESTResponse definition for LoadGenericTable which extends the iceberg RESTResponse. This is currently required because the Iceberg HTTPClient requires the request and response to be a class of RESTRequest and RESTResponse.
  • Constructor Details

    • LoadGenericTableRESTResponse

      public LoadGenericTableRESTResponse(GenericTable table)
  • Method Details

    • validate

      public void validate()
      Specified by:
      validate in interface org.apache.iceberg.rest.RESTMessage