删除列统计数据 - AWS Glue

删除列统计数据

您可以使用 DeleteColumnStatisticsForTable API 操作或 AWS CLI 来删除列统计数据。以下示例演示了如何使用 AWS Command Line Interface(AWS CLI)删除列统计数据。

aws glue delete-column-statistics-for-table \ --database-name test_db \ --table-name test_table \ --column-name col1