pub(crate) static VERSION: &str = "version";
pub(crate) static CREATED_BY: &str = "created_by";
pub(crate) static TABLE: &str = "table";
pub(crate) static DATA_PATH: &str = "data_path";
pub(crate) static ENCRYPTED: &str = "encrypted";
pub(crate) static DATA_INLINING_ROW_LIMIT: &str = "data_inlining_row_limit";
pub(crate) static TARGET_FILE_SIZE: &str = "target_file_size";
pub(crate) static PARQUET_ROW_GROUP_SIZE_BYTES: &str = "parquet_row_group_size_bytes";
pub(crate) static PARQUET_ROW_GROUP_SIZE: &str = "parquet_row_group_size";
pub(crate) static PARQUET_COMPRESSION: &str = "parquet_compression";
pub(crate) static PARQUET_COMPRESSION_LEVEL: &str = "parquet_compression_level";
pub(crate) static PARQUET_VERSION: &str = "parquet_version";
pub(crate) static HIVE_FILE_PATTERN: &str = "hive_file_pattern";
#[allow(dead_code)]
pub(crate) static REQUIRE_COMMIT_MESSAGE: &str = "require_commit_message";
pub(crate) static REWRITE_DELETE_THRESHOLD: &str = "rewrite_delete_threshold";
pub(crate) static DELETE_OLDER_THAN: &str = "delete_older_than";
pub(crate) static EXPIRE_OLDER_THAN: &str = "expire_older_than";
pub(crate) static AUTO_COMPACT: &str = "auto_compact";
#[allow(dead_code)]
pub(crate) static PER_THREAD_OUTPUT: &str = "per_thread_output";