dimas-b commented on code in PR #22: URL: https://github.com/apache/polaris-tools/pull/22#discussion_r2070387046
########## benchmarks/src/gatling/scala/org/apache/polaris/benchmarks/actions/TableActions.scala: ########## @@ -184,6 +184,7 @@ case class TableActions( http("Fetch Table") .get("/api/catalog/v1/#{catalogName}/namespaces/#{multipartNamespace}/tables/#{tableName}") .header("Authorization", "Bearer #{accessToken}") + .header("If-None-Match", "") Review Comment: Just for my understanding: if Gatling merely reusing the ETag that Polaris responded with on the previous request. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org