mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
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…
x
Reference in New Issue
Block a user