Skip to content

Commit

Permalink
Time range filter PR comments changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakthieshwari committed Jul 26, 2022
1 parent ff070e0 commit 5082fa5
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ object OnDemandDruidExhaustJob extends BaseReportsJob with Serializable with IJo
("interval" -> intervalEndDateUpd)
reportConf = reportConf ++ Map("dateRange" -> updatedDateRange)
}
println(JSONUtils.serialize(reportConf))
val updatedMetrics:List[Map[String, AnyRef]] = reportConf.getOrElse("metrics", List()).asInstanceOf[List[Map[String,AnyRef]]].map( met => {
val updatedDruidQuery:Map[String,AnyRef] = met.get("druidQuery").get.asInstanceOf[Map[String,AnyRef]] + ("filters"->requestParamsBody.get("filters").get.asInstanceOf[List[Map[String,AnyRef]]])
val updatedMet: Map[String, AnyRef] = (met ++ Map("druidQuery"->updatedDruidQuery))
Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

0 comments on commit 5082fa5

Please sign in to comment.