athlcode commented on code in PR #5876:
URL: https://github.com/apache/datafusion-comet/pull/5876#discussion_r3998813057


##########
spark/src/test/scala/org/apache/comet/objectstore/NativeConfigSuite.scala:
##########
@@ -108,33 +108,33 @@ class NativeConfigSuite extends AnyFunSuite with Matchers 
{
     }
   }
 
-  test("extractObjectStoreOptions - forwards the substituted value of a ${...} 
reference") {
+  test(s"extractObjectStoreOptions - forwards the substituted value of a 
$${...} reference") {

Review Comment:
   Replaced the s"$${...}" strings with a small varRef(key) helper ("${" + key 
+ "}")



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to