Package org.apache.polaris.spark.rest
Class CreateGenericTableRESTRequest
java.lang.Object
org.apache.polaris.spark.rest.CreateGenericTableRequest
org.apache.polaris.spark.rest.CreateGenericTableRESTRequest
- All Implemented Interfaces:
org.apache.iceberg.rest.RESTMessage,org.apache.iceberg.rest.RESTRequest
public class CreateGenericTableRESTRequest
extends CreateGenericTableRequest
implements org.apache.iceberg.rest.RESTRequest
RESTRequest definition for CreateGenericTable which extends the iceberg RESTRequest. 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.CreateGenericTableRequest
CreateGenericTableRequest.Builder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.polaris.spark.rest.CreateGenericTableRequest
builder, builder, equals, getBaseLocation, getDoc, getFormat, getName, getProperties, hashCode, toString
-
Constructor Details
-
CreateGenericTableRESTRequest
-
CreateGenericTableRESTRequest
-
-
Method Details
-
validate
public void validate()- Specified by:
validatein interfaceorg.apache.iceberg.rest.RESTMessage
-