eric-maynard commented on code in PR #25: URL: https://github.com/apache/polaris-tools/pull/25#discussion_r2196469302
########## 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: Even worse, it's not _all_ words! Prepositions and other small words don't get capitalized, e.g. _Attack on Titan_ or _The Lord of the Rings_, and these conventions vary. Basically, capitalization is a mess :). I'm all for attacking it in another PR or for just not worrying too much about 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