删除列统计数据 - Amazon Glue
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

删除列统计数据

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

aws glue delete-column-statistics-for-table \ --database-name 'database_name' \ --table-name 'table_name' \ --column-name 'column_name'