[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:
@ -958,7 +958,7 @@ public class HMSExternalTable extends ExternalTable implements MTMVRelatedTableI
|
||||
|
||||
@Override
|
||||
public boolean needAutoRefresh() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user