删除列统计数据
您可以使用 DeleteColumnStatisticsForTable API 操作或 AWS CLI 来删除列统计数据。以下示例演示了如何使用 AWS Command Line Interface(AWS CLI)删除列统计数据。
aws glue delete-column-statistics-for-table \ --database-name
test_db
\ --table-nametest_table
\ --column-namecol1
您可以使用 DeleteColumnStatisticsForTable API 操作或 AWS CLI 来删除列统计数据。以下示例演示了如何使用 AWS Command Line Interface(AWS CLI)删除列统计数据。
aws glue delete-column-statistics-for-table \ --database-name
test_db
\ --table-nametest_table
\ --column-namecol1