fix typo in materialized view (#12174)

This commit is contained in:
JoyKing 2022-01-22 11:32:22 +08:00 committed by GitHub
parent 1f63b447c4
commit ac87bdd736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class MaterializedViewUtils
dimensions.add(dim);
}
} else {
throw new UnsupportedOperationException("Method getRequeiredFields only support TopNQuery/TimeseriesQuery/GroupByQuery");
throw new UnsupportedOperationException("Method getRequiredFields only supports TopNQuery/TimeseriesQuery/GroupByQuery");
}
return dimensions;
}