[enhance](mtmv)MTMV support hive table determine whether the data is sync (#34845)

Previously supported, this PR only turns on the switch
This commit is contained in:
zhangdong
2024-05-17 10:55:10 +08:00
committed by yiguolei
parent eb7eaee386
commit 73419c2431
3 changed files with 5 additions and 13 deletions

View File

@ -958,7 +958,7 @@ public class HMSExternalTable extends ExternalTable implements MTMVRelatedTableI
@Override
public boolean needAutoRefresh() {
return false;
return true;
}
@Override