This is an automated email from the ASF dual-hosted git repository.
yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 98117ed Fix benchmark test for namespace actions (#57)
98117ed is described below
commit 98117edd65f546de5ccf9f32ca4bc2315e60d6ea
Author: Yong Zheng <[email protected]>
AuthorDate: Wed Nov 19 20:46:45 2025 -0600
Fix benchmark test for namespace actions (#57)
---
.../scala/org/apache/polaris/benchmarks/actions/NamespaceActions.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/benchmarks/src/gatling/scala/org/apache/polaris/benchmarks/actions/NamespaceActions.scala
b/benchmarks/src/gatling/scala/org/apache/polaris/benchmarks/actions/NamespaceActions.scala
index 275cf68..75143c6 100644
---
a/benchmarks/src/gatling/scala/org/apache/polaris/benchmarks/actions/NamespaceActions.scala
+++
b/benchmarks/src/gatling/scala/org/apache/polaris/benchmarks/actions/NamespaceActions.scala
@@ -107,7 +107,7 @@ case class NamespaceActions(
val catalogName = row("catalogName").asInstanceOf[String]
val namespaceUnixPath =
row("namespacePath").asInstanceOf[Seq[String]].mkString("/")
val location = Map(
- "location" ->
s"${dp.defaultBaseLocation}/$catalogName/$namespaceUnixPath"
+ "location" ->
s"${dp.defaultBaseLocation}/$catalogName/$namespaceUnixPath/"
)
row ++ Map(
"location" -> location