Deleting column statistics - Amazon Glue
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Deleting column statistics

You can delete column statistics using the DeleteColumnStatisticsForTable API operation or Amazon CLI. The following example shows how to delete column statistics using Amazon Command Line Interface (Amazon CLI).

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