mirror of https://github.com/apache/druid.git
fix typo in materialized view (#12174)
This commit is contained in:
parent
1f63b447c4
commit
ac87bdd736
|
@ -65,7 +65,7 @@ public class MaterializedViewUtils
|
||||||
dimensions.add(dim);
|
dimensions.add(dim);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new UnsupportedOperationException("Method getRequeiredFields only support TopNQuery/TimeseriesQuery/GroupByQuery");
|
throw new UnsupportedOperationException("Method getRequiredFields only supports TopNQuery/TimeseriesQuery/GroupByQuery");
|
||||||
}
|
}
|
||||||
return dimensions;
|
return dimensions;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue