Skip to content

Commit

Permalink
Fixed test case with compiltation error
Browse files Browse the repository at this point in the history
Signed-off-by: Vamsi Manohar <[email protected]>
  • Loading branch information
vmmusings committed Jan 31, 2023
1 parent 0e5767e commit 6fc265a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ void testImplementWithRelationAndTimestampFilter() {
PrometheusMetricTable prometheusMetricTable =
new PrometheusMetricTable(client, "prometheus_http_total_requests");
LogicalPlan logicalPlan = project(indexScan("prometheus_http_total_requests",
DSL.lte(DSL.ref("@timestamp", ExprCoreType.TIMESTAMP),
dsl.lte(DSL.ref("@timestamp", ExprCoreType.TIMESTAMP),
DSL.literal(
fromObjectValue(dateFormat.format(new Date(endTime)),
ExprCoreType.TIMESTAMP)))
Expand Down

0 comments on commit 6fc265a

Please sign in to comment.