Package org.apache.polaris.spark.rest
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.polaris.spark.rest.LoadGenericTableResponse
LoadGenericTableResponse.Builder -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoadGenericTableRESTResponse
-
-
Method Details
-
validate
public void validate()- Specified by:
validatein interfaceorg.apache.iceberg.rest.RESTMessage
-