pingtimeout commented on code in PR #25: URL: https://github.com/apache/polaris-tools/pull/25#discussion_r2195249501
########## benchmarks/src/gatling/scala/org/apache/polaris/benchmarks/actions/NamespaceActions.scala: ########## @@ -147,7 +147,7 @@ case class NamespaceActions( * Typically, start 1 user and increase by 1 user every second until some arbitrary maximum value. */ val createNamespace: ChainBuilder = - retryOnHttpStatus(maxRetries, retryableHttpCodes, "Create namespace")( + retryOnHttpStatus(maxRetries, retryableHttpCodes, "Create Namespace")( Review Comment: I still don't understand exactly when and why it became acceptable to capitalize all words in a title. Like, it even applies to adjectives, so it is one step further than German. Thanks for catching that, fixing... -- 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