|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The partition information. |
||
| TableName |
string |
The table name. |
table_name |
| Sd | DLStorageDescriptor |
The data storage description. |
|
| Parameters |
object |
The key-value pairs for the partition. |
|
|
string |
A key-value pair. |
{"key":"value"} |
|
| CreateTime |
integer |
The time when the partition was created. The time is a UNIX timestamp in seconds. |
1735109884 |
| Values |
array |
The partition values. |
|
|
string |
The value of the partition key column. |
part_val1 |
|
| CatalogName |
string |
The name of the data catalog. |
hive |
| DbName |
string |
The name of the database. |
default |
| LastAccessTime |
integer |
The time when the partition was last accessed. |
1608707407 |