singhpk234 commented on code in PR #22: URL: https://github.com/apache/polaris-tools/pull/22#discussion_r2069895963
########## 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: is the ETAG purely random or its in the format Polaris generates ? looks very similar to https://github.com/apache/polaris/blob/main/service/common/src/main/java/org/apache/polaris/service/http/IcebergHttpUtil.java#L45 -- 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