Description
The totalQueryCost method in DefaultEstimatedQueryCollection is throwing following error :
Error in query submitter
java.lang.ClassCastException: org.apache.lens.server.api.query.cost.FactPartitionBasedQueryCost cannot be cast to org.apache.lens.server.api.query.cost.StaticQueryCost
at org.apache.lens.server.api.query.cost.StaticQueryCost.add(StaticQueryCost.java:33)
at org.apache.lens.server.query.collect.DefaultEstimatedQueryCollection.getTotalQueryCost(DefaultEstimatedQueryCollection.java:171)