eric-maynard commented on code in PR #22:
URL: https://github.com/apache/polaris-tools/pull/22#discussion_r2069898312


##########
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:
   This is the same format that Polaris generates pretty much. From the etag 
example in the description, I think it's from Polaris. Unfortunately setting it 
as `""` did not clear it.



-- 
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

Reply via email to