Skip to content

Commit

Permalink
Revert "add urlParams to RemoteExec args"
Browse files Browse the repository at this point in the history
This reverts commit 772976c.
  • Loading branch information
alextheimer committed Apr 9, 2024
1 parent 772976c commit 39c83c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/src/main/scala/filodb/query/exec/RemoteExec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ trait RemoteExec extends LeafExecPlan with StrictLogging {
def promQlQueryParams: PromQlQueryParams = queryContext.origQueryParams.asInstanceOf[PromQlQueryParams]

def args: String = s"${promQlQueryParams.toString}, ${queryContext.plannerParams}, queryEndpoint=$queryEndpoint, " +
s"requestTimeoutMs=$requestTimeoutMs, urlParams=$urlParams"
s"requestTimeoutMs=$requestTimeoutMs"

def limit: Int = ???

Expand Down

0 comments on commit 39c83c6

Please sign in to comment.