[ut](stats) Added tests for HMS analysis tasks (#28583)

This commit is contained in:
Nitin-Kashyap
2023-12-29 23:09:50 +07:00
committed by GitHub
parent d7001ce6e1
commit 445f72b395
2 changed files with 152 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class HMSAnalysisTask extends BaseAnalysisTask {
/**
* Get column statistics and insert the result to __internal_schema.column_statistics
*/
private void getTableColumnStats() throws Exception {
protected void getTableColumnStats() throws Exception {
if (!info.usingSqlForPartitionColumn && isPartitionColumn()) {
try {
getPartitionColumnStats();