pingtimeout commented on code in PR #25: URL: https://github.com/apache/polaris-tools/pull/25#discussion_r2195254487
########## benchmarks/src/gatling/scala/org/apache/polaris/benchmarks/actions/TableActions.scala: ########## @@ -149,7 +149,7 @@ case class TableActions( * * There is no limit to the number of users that can create tables concurrently. */ - val createTable: ChainBuilder = retryOnHttpStatus(maxRetries, retryableHttpCodes, "Create table")( + val createTable: ChainBuilder = retryOnHttpStatus(maxRetries, retryableHttpCodes, "Create Table")( Review Comment: I just noticed that the capitalization and the wording "children Tables" / "children ..." issue is there in other parts of the codebase. I will fix it in another PR. -- 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