Package org.apache.iceberg
Class TableProperties
- java.lang.Object
-
- org.apache.iceberg.TableProperties
-
public class TableProperties extends java.lang.Object
-
-
Field Summary
-
-
-
Field Detail
-
FORMAT_VERSION
public static final java.lang.String FORMAT_VERSION
Reserved table property for table format version.Iceberg will default a new table's format version to the latest stable and recommended version. This reserved property keyword allows users to override the Iceberg format version of the table metadata.
If this table property exists when creating a table, the table will use the specified format version. If a table updates this property, it will try to upgrade to the specified format version.
Note: incomplete or unstable versions cannot be selected using this property.
- See Also:
- Constant Field Values
-
UUID
public static final java.lang.String UUID
Reserved table property for table UUID.- See Also:
- Constant Field Values
-
SNAPSHOT_COUNT
public static final java.lang.String SNAPSHOT_COUNT
Reserved table property for the total number of snapshots.- See Also:
- Constant Field Values
-
CURRENT_SNAPSHOT_SUMMARY
public static final java.lang.String CURRENT_SNAPSHOT_SUMMARY
Reserved table property for current snapshot summary.- See Also:
- Constant Field Values
-
CURRENT_SNAPSHOT_ID
public static final java.lang.String CURRENT_SNAPSHOT_ID
Reserved table property for current snapshot id.- See Also:
- Constant Field Values
-
CURRENT_SNAPSHOT_TIMESTAMP
public static final java.lang.String CURRENT_SNAPSHOT_TIMESTAMP
Reserved table property for current snapshot timestamp.- See Also:
- Constant Field Values
-
CURRENT_SCHEMA
public static final java.lang.String CURRENT_SCHEMA
Reserved table property for the JSON representation of current schema.- See Also:
- Constant Field Values
-
DEFAULT_PARTITION_SPEC
public static final java.lang.String DEFAULT_PARTITION_SPEC
Reserved table property for the JSON representation of current(default) partition spec.- See Also:
- Constant Field Values
-
DEFAULT_SORT_ORDER
public static final java.lang.String DEFAULT_SORT_ORDER
Reserved table property for the JSON representation of current(default) sort order.- See Also:
- Constant Field Values
-
RESERVED_PROPERTIES
public static final java.util.Set<java.lang.String> RESERVED_PROPERTIES
Reserved Iceberg table properties list.Reserved table properties are only used to control behaviors when creating or updating a table. The value of these properties are not persisted as a part of the table metadata.
-
COMMIT_NUM_RETRIES
public static final java.lang.String COMMIT_NUM_RETRIES
- See Also:
- Constant Field Values
-
COMMIT_NUM_RETRIES_DEFAULT
public static final int COMMIT_NUM_RETRIES_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_MIN_RETRY_WAIT_MS
public static final java.lang.String COMMIT_MIN_RETRY_WAIT_MS
- See Also:
- Constant Field Values
-
COMMIT_MIN_RETRY_WAIT_MS_DEFAULT
public static final int COMMIT_MIN_RETRY_WAIT_MS_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_MAX_RETRY_WAIT_MS
public static final java.lang.String COMMIT_MAX_RETRY_WAIT_MS
- See Also:
- Constant Field Values
-
COMMIT_MAX_RETRY_WAIT_MS_DEFAULT
public static final int COMMIT_MAX_RETRY_WAIT_MS_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_TOTAL_RETRY_TIME_MS
public static final java.lang.String COMMIT_TOTAL_RETRY_TIME_MS
- See Also:
- Constant Field Values
-
COMMIT_TOTAL_RETRY_TIME_MS_DEFAULT
public static final int COMMIT_TOTAL_RETRY_TIME_MS_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_NUM_STATUS_CHECKS
public static final java.lang.String COMMIT_NUM_STATUS_CHECKS
- See Also:
- Constant Field Values
-
COMMIT_NUM_STATUS_CHECKS_DEFAULT
public static final int COMMIT_NUM_STATUS_CHECKS_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_STATUS_CHECKS_MIN_WAIT_MS
public static final java.lang.String COMMIT_STATUS_CHECKS_MIN_WAIT_MS
- See Also:
- Constant Field Values
-
COMMIT_STATUS_CHECKS_MIN_WAIT_MS_DEFAULT
public static final long COMMIT_STATUS_CHECKS_MIN_WAIT_MS_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_STATUS_CHECKS_MAX_WAIT_MS
public static final java.lang.String COMMIT_STATUS_CHECKS_MAX_WAIT_MS
- See Also:
- Constant Field Values
-
COMMIT_STATUS_CHECKS_MAX_WAIT_MS_DEFAULT
public static final long COMMIT_STATUS_CHECKS_MAX_WAIT_MS_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_STATUS_CHECKS_TOTAL_WAIT_MS
public static final java.lang.String COMMIT_STATUS_CHECKS_TOTAL_WAIT_MS
- See Also:
- Constant Field Values
-
COMMIT_STATUS_CHECKS_TOTAL_WAIT_MS_DEFAULT
public static final long COMMIT_STATUS_CHECKS_TOTAL_WAIT_MS_DEFAULT
- See Also:
- Constant Field Values
-
MANIFEST_TARGET_SIZE_BYTES
public static final java.lang.String MANIFEST_TARGET_SIZE_BYTES
- See Also:
- Constant Field Values
-
MANIFEST_TARGET_SIZE_BYTES_DEFAULT
public static final long MANIFEST_TARGET_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
MANIFEST_MIN_MERGE_COUNT
public static final java.lang.String MANIFEST_MIN_MERGE_COUNT
- See Also:
- Constant Field Values
-
MANIFEST_MIN_MERGE_COUNT_DEFAULT
public static final int MANIFEST_MIN_MERGE_COUNT_DEFAULT
- See Also:
- Constant Field Values
-
MANIFEST_MERGE_ENABLED
public static final java.lang.String MANIFEST_MERGE_ENABLED
- See Also:
- Constant Field Values
-
MANIFEST_MERGE_ENABLED_DEFAULT
public static final boolean MANIFEST_MERGE_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
DEFAULT_FILE_FORMAT
public static final java.lang.String DEFAULT_FILE_FORMAT
- See Also:
- Constant Field Values
-
DELETE_DEFAULT_FILE_FORMAT
public static final java.lang.String DELETE_DEFAULT_FILE_FORMAT
- See Also:
- Constant Field Values
-
DEFAULT_FILE_FORMAT_DEFAULT
public static final java.lang.String DEFAULT_FILE_FORMAT_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_ROW_GROUP_SIZE_BYTES
public static final java.lang.String PARQUET_ROW_GROUP_SIZE_BYTES
- See Also:
- Constant Field Values
-
DELETE_PARQUET_ROW_GROUP_SIZE_BYTES
public static final java.lang.String DELETE_PARQUET_ROW_GROUP_SIZE_BYTES
- See Also:
- Constant Field Values
-
PARQUET_ROW_GROUP_SIZE_BYTES_DEFAULT
public static final int PARQUET_ROW_GROUP_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_PAGE_SIZE_BYTES
public static final java.lang.String PARQUET_PAGE_SIZE_BYTES
- See Also:
- Constant Field Values
-
DELETE_PARQUET_PAGE_SIZE_BYTES
public static final java.lang.String DELETE_PARQUET_PAGE_SIZE_BYTES
- See Also:
- Constant Field Values
-
PARQUET_PAGE_SIZE_BYTES_DEFAULT
public static final int PARQUET_PAGE_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_PAGE_ROW_LIMIT
public static final java.lang.String PARQUET_PAGE_ROW_LIMIT
- See Also:
- Constant Field Values
-
DELETE_PARQUET_PAGE_ROW_LIMIT
public static final java.lang.String DELETE_PARQUET_PAGE_ROW_LIMIT
- See Also:
- Constant Field Values
-
PARQUET_PAGE_ROW_LIMIT_DEFAULT
public static final int PARQUET_PAGE_ROW_LIMIT_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_DICT_SIZE_BYTES
public static final java.lang.String PARQUET_DICT_SIZE_BYTES
- See Also:
- Constant Field Values
-
DELETE_PARQUET_DICT_SIZE_BYTES
public static final java.lang.String DELETE_PARQUET_DICT_SIZE_BYTES
- See Also:
- Constant Field Values
-
PARQUET_DICT_SIZE_BYTES_DEFAULT
public static final int PARQUET_DICT_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_COMPRESSION
public static final java.lang.String PARQUET_COMPRESSION
- See Also:
- Constant Field Values
-
DELETE_PARQUET_COMPRESSION
public static final java.lang.String DELETE_PARQUET_COMPRESSION
- See Also:
- Constant Field Values
-
PARQUET_COMPRESSION_DEFAULT
public static final java.lang.String PARQUET_COMPRESSION_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_COMPRESSION_DEFAULT_SINCE_1_4_0
public static final java.lang.String PARQUET_COMPRESSION_DEFAULT_SINCE_1_4_0
- See Also:
- Constant Field Values
-
PARQUET_COMPRESSION_LEVEL
public static final java.lang.String PARQUET_COMPRESSION_LEVEL
- See Also:
- Constant Field Values
-
DELETE_PARQUET_COMPRESSION_LEVEL
public static final java.lang.String DELETE_PARQUET_COMPRESSION_LEVEL
- See Also:
- Constant Field Values
-
PARQUET_COMPRESSION_LEVEL_DEFAULT
public static final java.lang.String PARQUET_COMPRESSION_LEVEL_DEFAULT
-
PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT
public static final java.lang.String PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT
- See Also:
- Constant Field Values
-
DELETE_PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT
public static final java.lang.String DELETE_PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT
- See Also:
- Constant Field Values
-
PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT_DEFAULT
public static final int PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT
public static final java.lang.String PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT
- See Also:
- Constant Field Values
-
DELETE_PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT
public static final java.lang.String DELETE_PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT
- See Also:
- Constant Field Values
-
PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT_DEFAULT
public static final int PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_BLOOM_FILTER_MAX_BYTES
public static final java.lang.String PARQUET_BLOOM_FILTER_MAX_BYTES
- See Also:
- Constant Field Values
-
PARQUET_BLOOM_FILTER_MAX_BYTES_DEFAULT
public static final int PARQUET_BLOOM_FILTER_MAX_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_BLOOM_FILTER_COLUMN_ENABLED_PREFIX
public static final java.lang.String PARQUET_BLOOM_FILTER_COLUMN_ENABLED_PREFIX
- See Also:
- Constant Field Values
-
AVRO_COMPRESSION
public static final java.lang.String AVRO_COMPRESSION
- See Also:
- Constant Field Values
-
DELETE_AVRO_COMPRESSION
public static final java.lang.String DELETE_AVRO_COMPRESSION
- See Also:
- Constant Field Values
-
AVRO_COMPRESSION_DEFAULT
public static final java.lang.String AVRO_COMPRESSION_DEFAULT
- See Also:
- Constant Field Values
-
AVRO_COMPRESSION_LEVEL
public static final java.lang.String AVRO_COMPRESSION_LEVEL
- See Also:
- Constant Field Values
-
DELETE_AVRO_COMPRESSION_LEVEL
public static final java.lang.String DELETE_AVRO_COMPRESSION_LEVEL
- See Also:
- Constant Field Values
-
AVRO_COMPRESSION_LEVEL_DEFAULT
public static final java.lang.String AVRO_COMPRESSION_LEVEL_DEFAULT
-
ORC_STRIPE_SIZE_BYTES
public static final java.lang.String ORC_STRIPE_SIZE_BYTES
- See Also:
- Constant Field Values
-
ORC_BLOOM_FILTER_COLUMNS
public static final java.lang.String ORC_BLOOM_FILTER_COLUMNS
- See Also:
- Constant Field Values
-
ORC_BLOOM_FILTER_COLUMNS_DEFAULT
public static final java.lang.String ORC_BLOOM_FILTER_COLUMNS_DEFAULT
- See Also:
- Constant Field Values
-
ORC_BLOOM_FILTER_FPP
public static final java.lang.String ORC_BLOOM_FILTER_FPP
- See Also:
- Constant Field Values
-
ORC_BLOOM_FILTER_FPP_DEFAULT
public static final double ORC_BLOOM_FILTER_FPP_DEFAULT
- See Also:
- Constant Field Values
-
DELETE_ORC_STRIPE_SIZE_BYTES
public static final java.lang.String DELETE_ORC_STRIPE_SIZE_BYTES
- See Also:
- Constant Field Values
-
ORC_STRIPE_SIZE_BYTES_DEFAULT
public static final long ORC_STRIPE_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
ORC_BLOCK_SIZE_BYTES
public static final java.lang.String ORC_BLOCK_SIZE_BYTES
- See Also:
- Constant Field Values
-
DELETE_ORC_BLOCK_SIZE_BYTES
public static final java.lang.String DELETE_ORC_BLOCK_SIZE_BYTES
- See Also:
- Constant Field Values
-
ORC_BLOCK_SIZE_BYTES_DEFAULT
public static final long ORC_BLOCK_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
ORC_WRITE_BATCH_SIZE
public static final java.lang.String ORC_WRITE_BATCH_SIZE
- See Also:
- Constant Field Values
-
DELETE_ORC_WRITE_BATCH_SIZE
public static final java.lang.String DELETE_ORC_WRITE_BATCH_SIZE
- See Also:
- Constant Field Values
-
ORC_WRITE_BATCH_SIZE_DEFAULT
public static final int ORC_WRITE_BATCH_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
ORC_COMPRESSION
public static final java.lang.String ORC_COMPRESSION
- See Also:
- Constant Field Values
-
DELETE_ORC_COMPRESSION
public static final java.lang.String DELETE_ORC_COMPRESSION
- See Also:
- Constant Field Values
-
ORC_COMPRESSION_DEFAULT
public static final java.lang.String ORC_COMPRESSION_DEFAULT
- See Also:
- Constant Field Values
-
ORC_COMPRESSION_STRATEGY
public static final java.lang.String ORC_COMPRESSION_STRATEGY
- See Also:
- Constant Field Values
-
DELETE_ORC_COMPRESSION_STRATEGY
public static final java.lang.String DELETE_ORC_COMPRESSION_STRATEGY
- See Also:
- Constant Field Values
-
ORC_COMPRESSION_STRATEGY_DEFAULT
public static final java.lang.String ORC_COMPRESSION_STRATEGY_DEFAULT
- See Also:
- Constant Field Values
-
SPLIT_SIZE
public static final java.lang.String SPLIT_SIZE
- See Also:
- Constant Field Values
-
SPLIT_SIZE_DEFAULT
public static final long SPLIT_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
METADATA_SPLIT_SIZE
public static final java.lang.String METADATA_SPLIT_SIZE
- See Also:
- Constant Field Values
-
METADATA_SPLIT_SIZE_DEFAULT
public static final long METADATA_SPLIT_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
SPLIT_LOOKBACK
public static final java.lang.String SPLIT_LOOKBACK
- See Also:
- Constant Field Values
-
SPLIT_LOOKBACK_DEFAULT
public static final int SPLIT_LOOKBACK_DEFAULT
- See Also:
- Constant Field Values
-
SPLIT_OPEN_FILE_COST
public static final java.lang.String SPLIT_OPEN_FILE_COST
- See Also:
- Constant Field Values
-
SPLIT_OPEN_FILE_COST_DEFAULT
public static final long SPLIT_OPEN_FILE_COST_DEFAULT
- See Also:
- Constant Field Values
-
ADAPTIVE_SPLIT_SIZE_ENABLED
public static final java.lang.String ADAPTIVE_SPLIT_SIZE_ENABLED
- See Also:
- Constant Field Values
-
ADAPTIVE_SPLIT_SIZE_ENABLED_DEFAULT
public static final boolean ADAPTIVE_SPLIT_SIZE_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_VECTORIZATION_ENABLED
public static final java.lang.String PARQUET_VECTORIZATION_ENABLED
- See Also:
- Constant Field Values
-
PARQUET_VECTORIZATION_ENABLED_DEFAULT
public static final boolean PARQUET_VECTORIZATION_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
PARQUET_BATCH_SIZE
public static final java.lang.String PARQUET_BATCH_SIZE
- See Also:
- Constant Field Values
-
PARQUET_BATCH_SIZE_DEFAULT
public static final int PARQUET_BATCH_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
ORC_VECTORIZATION_ENABLED
public static final java.lang.String ORC_VECTORIZATION_ENABLED
- See Also:
- Constant Field Values
-
ORC_VECTORIZATION_ENABLED_DEFAULT
public static final boolean ORC_VECTORIZATION_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
ORC_BATCH_SIZE
public static final java.lang.String ORC_BATCH_SIZE
- See Also:
- Constant Field Values
-
ORC_BATCH_SIZE_DEFAULT
public static final int ORC_BATCH_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
DATA_PLANNING_MODE
public static final java.lang.String DATA_PLANNING_MODE
- See Also:
- Constant Field Values
-
DELETE_PLANNING_MODE
public static final java.lang.String DELETE_PLANNING_MODE
- See Also:
- Constant Field Values
-
PLANNING_MODE_DEFAULT
public static final java.lang.String PLANNING_MODE_DEFAULT
-
OBJECT_STORE_ENABLED
public static final java.lang.String OBJECT_STORE_ENABLED
- See Also:
- Constant Field Values
-
OBJECT_STORE_ENABLED_DEFAULT
public static final boolean OBJECT_STORE_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
OBJECT_STORE_PATH
@Deprecated public static final java.lang.String OBJECT_STORE_PATH
Deprecated.UseWRITE_DATA_LOCATION
instead.- See Also:
- Constant Field Values
-
WRITE_LOCATION_PROVIDER_IMPL
public static final java.lang.String WRITE_LOCATION_PROVIDER_IMPL
- See Also:
- Constant Field Values
-
WRITE_FOLDER_STORAGE_LOCATION
@Deprecated public static final java.lang.String WRITE_FOLDER_STORAGE_LOCATION
Deprecated.UseWRITE_DATA_LOCATION
instead.- See Also:
- Constant Field Values
-
WRITE_DATA_LOCATION
public static final java.lang.String WRITE_DATA_LOCATION
- See Also:
- Constant Field Values
-
WRITE_METADATA_LOCATION
public static final java.lang.String WRITE_METADATA_LOCATION
- See Also:
- Constant Field Values
-
WRITE_PARTITION_SUMMARY_LIMIT
public static final java.lang.String WRITE_PARTITION_SUMMARY_LIMIT
- See Also:
- Constant Field Values
-
WRITE_PARTITION_SUMMARY_LIMIT_DEFAULT
public static final int WRITE_PARTITION_SUMMARY_LIMIT_DEFAULT
- See Also:
- Constant Field Values
-
MANIFEST_LISTS_ENABLED
@Deprecated public static final java.lang.String MANIFEST_LISTS_ENABLED
Deprecated.will be removed in 2.0.0, writing manifest lists is always enabled- See Also:
- Constant Field Values
-
MANIFEST_LISTS_ENABLED_DEFAULT
@Deprecated public static final boolean MANIFEST_LISTS_ENABLED_DEFAULT
Deprecated.will be removed in 2.0.0, writing manifest lists is always enabled- See Also:
- Constant Field Values
-
METADATA_COMPRESSION
public static final java.lang.String METADATA_COMPRESSION
- See Also:
- Constant Field Values
-
METADATA_COMPRESSION_DEFAULT
public static final java.lang.String METADATA_COMPRESSION_DEFAULT
- See Also:
- Constant Field Values
-
METADATA_PREVIOUS_VERSIONS_MAX
public static final java.lang.String METADATA_PREVIOUS_VERSIONS_MAX
- See Also:
- Constant Field Values
-
METADATA_PREVIOUS_VERSIONS_MAX_DEFAULT
public static final int METADATA_PREVIOUS_VERSIONS_MAX_DEFAULT
- See Also:
- Constant Field Values
-
METADATA_DELETE_AFTER_COMMIT_ENABLED
public static final java.lang.String METADATA_DELETE_AFTER_COMMIT_ENABLED
- See Also:
- Constant Field Values
-
METADATA_DELETE_AFTER_COMMIT_ENABLED_DEFAULT
public static final boolean METADATA_DELETE_AFTER_COMMIT_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
METRICS_MAX_INFERRED_COLUMN_DEFAULTS
public static final java.lang.String METRICS_MAX_INFERRED_COLUMN_DEFAULTS
- See Also:
- Constant Field Values
-
METRICS_MAX_INFERRED_COLUMN_DEFAULTS_DEFAULT
public static final int METRICS_MAX_INFERRED_COLUMN_DEFAULTS_DEFAULT
- See Also:
- Constant Field Values
-
METRICS_MODE_COLUMN_CONF_PREFIX
public static final java.lang.String METRICS_MODE_COLUMN_CONF_PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_WRITE_METRICS_MODE
public static final java.lang.String DEFAULT_WRITE_METRICS_MODE
- See Also:
- Constant Field Values
-
DEFAULT_WRITE_METRICS_MODE_DEFAULT
public static final java.lang.String DEFAULT_WRITE_METRICS_MODE_DEFAULT
- See Also:
- Constant Field Values
-
DEFAULT_NAME_MAPPING
public static final java.lang.String DEFAULT_NAME_MAPPING
- See Also:
- Constant Field Values
-
WRITE_AUDIT_PUBLISH_ENABLED
public static final java.lang.String WRITE_AUDIT_PUBLISH_ENABLED
- See Also:
- Constant Field Values
-
WRITE_AUDIT_PUBLISH_ENABLED_DEFAULT
public static final java.lang.String WRITE_AUDIT_PUBLISH_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
WRITE_TARGET_FILE_SIZE_BYTES
public static final java.lang.String WRITE_TARGET_FILE_SIZE_BYTES
- See Also:
- Constant Field Values
-
WRITE_TARGET_FILE_SIZE_BYTES_DEFAULT
public static final long WRITE_TARGET_FILE_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
DELETE_TARGET_FILE_SIZE_BYTES
public static final java.lang.String DELETE_TARGET_FILE_SIZE_BYTES
- See Also:
- Constant Field Values
-
DELETE_TARGET_FILE_SIZE_BYTES_DEFAULT
public static final long DELETE_TARGET_FILE_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
SPARK_WRITE_PARTITIONED_FANOUT_ENABLED
public static final java.lang.String SPARK_WRITE_PARTITIONED_FANOUT_ENABLED
- See Also:
- Constant Field Values
-
SPARK_WRITE_PARTITIONED_FANOUT_ENABLED_DEFAULT
public static final boolean SPARK_WRITE_PARTITIONED_FANOUT_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
SPARK_WRITE_ACCEPT_ANY_SCHEMA
public static final java.lang.String SPARK_WRITE_ACCEPT_ANY_SCHEMA
- See Also:
- Constant Field Values
-
SPARK_WRITE_ACCEPT_ANY_SCHEMA_DEFAULT
public static final boolean SPARK_WRITE_ACCEPT_ANY_SCHEMA_DEFAULT
- See Also:
- Constant Field Values
-
SPARK_WRITE_ADVISORY_PARTITION_SIZE_BYTES
public static final java.lang.String SPARK_WRITE_ADVISORY_PARTITION_SIZE_BYTES
- See Also:
- Constant Field Values
-
SNAPSHOT_ID_INHERITANCE_ENABLED
public static final java.lang.String SNAPSHOT_ID_INHERITANCE_ENABLED
- See Also:
- Constant Field Values
-
SNAPSHOT_ID_INHERITANCE_ENABLED_DEFAULT
public static final boolean SNAPSHOT_ID_INHERITANCE_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
ENGINE_HIVE_ENABLED
public static final java.lang.String ENGINE_HIVE_ENABLED
- See Also:
- Constant Field Values
-
ENGINE_HIVE_ENABLED_DEFAULT
public static final boolean ENGINE_HIVE_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
HIVE_LOCK_ENABLED
public static final java.lang.String HIVE_LOCK_ENABLED
- See Also:
- Constant Field Values
-
HIVE_LOCK_ENABLED_DEFAULT
public static final boolean HIVE_LOCK_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
WRITE_DISTRIBUTION_MODE
public static final java.lang.String WRITE_DISTRIBUTION_MODE
- See Also:
- Constant Field Values
-
WRITE_DISTRIBUTION_MODE_NONE
public static final java.lang.String WRITE_DISTRIBUTION_MODE_NONE
- See Also:
- Constant Field Values
-
WRITE_DISTRIBUTION_MODE_HASH
public static final java.lang.String WRITE_DISTRIBUTION_MODE_HASH
- See Also:
- Constant Field Values
-
WRITE_DISTRIBUTION_MODE_RANGE
public static final java.lang.String WRITE_DISTRIBUTION_MODE_RANGE
- See Also:
- Constant Field Values
-
GC_ENABLED
public static final java.lang.String GC_ENABLED
- See Also:
- Constant Field Values
-
GC_ENABLED_DEFAULT
public static final boolean GC_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
MAX_SNAPSHOT_AGE_MS
public static final java.lang.String MAX_SNAPSHOT_AGE_MS
- See Also:
- Constant Field Values
-
MAX_SNAPSHOT_AGE_MS_DEFAULT
public static final long MAX_SNAPSHOT_AGE_MS_DEFAULT
- See Also:
- Constant Field Values
-
MIN_SNAPSHOTS_TO_KEEP
public static final java.lang.String MIN_SNAPSHOTS_TO_KEEP
- See Also:
- Constant Field Values
-
MIN_SNAPSHOTS_TO_KEEP_DEFAULT
public static final int MIN_SNAPSHOTS_TO_KEEP_DEFAULT
- See Also:
- Constant Field Values
-
MAX_REF_AGE_MS
public static final java.lang.String MAX_REF_AGE_MS
- See Also:
- Constant Field Values
-
MAX_REF_AGE_MS_DEFAULT
public static final long MAX_REF_AGE_MS_DEFAULT
- See Also:
- Constant Field Values
-
DELETE_ISOLATION_LEVEL
public static final java.lang.String DELETE_ISOLATION_LEVEL
- See Also:
- Constant Field Values
-
DELETE_ISOLATION_LEVEL_DEFAULT
public static final java.lang.String DELETE_ISOLATION_LEVEL_DEFAULT
- See Also:
- Constant Field Values
-
DELETE_MODE
public static final java.lang.String DELETE_MODE
- See Also:
- Constant Field Values
-
DELETE_MODE_DEFAULT
public static final java.lang.String DELETE_MODE_DEFAULT
-
DELETE_DISTRIBUTION_MODE
public static final java.lang.String DELETE_DISTRIBUTION_MODE
- See Also:
- Constant Field Values
-
UPDATE_ISOLATION_LEVEL
public static final java.lang.String UPDATE_ISOLATION_LEVEL
- See Also:
- Constant Field Values
-
UPDATE_ISOLATION_LEVEL_DEFAULT
public static final java.lang.String UPDATE_ISOLATION_LEVEL_DEFAULT
- See Also:
- Constant Field Values
-
UPDATE_MODE
public static final java.lang.String UPDATE_MODE
- See Also:
- Constant Field Values
-
UPDATE_MODE_DEFAULT
public static final java.lang.String UPDATE_MODE_DEFAULT
-
UPDATE_DISTRIBUTION_MODE
public static final java.lang.String UPDATE_DISTRIBUTION_MODE
- See Also:
- Constant Field Values
-
MERGE_ISOLATION_LEVEL
public static final java.lang.String MERGE_ISOLATION_LEVEL
- See Also:
- Constant Field Values
-
MERGE_ISOLATION_LEVEL_DEFAULT
public static final java.lang.String MERGE_ISOLATION_LEVEL_DEFAULT
- See Also:
- Constant Field Values
-
MERGE_MODE
public static final java.lang.String MERGE_MODE
- See Also:
- Constant Field Values
-
MERGE_MODE_DEFAULT
public static final java.lang.String MERGE_MODE_DEFAULT
-
MERGE_DISTRIBUTION_MODE
public static final java.lang.String MERGE_DISTRIBUTION_MODE
- See Also:
- Constant Field Values
-
UPSERT_ENABLED
public static final java.lang.String UPSERT_ENABLED
- See Also:
- Constant Field Values
-
UPSERT_ENABLED_DEFAULT
public static final boolean UPSERT_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
-