dimas-b commented on code in PR #3135:
URL: https://github.com/apache/polaris/pull/3135#discussion_r2585494340


##########
persistence/nosql/persistence/correctness/README.md:
##########
@@ -29,8 +29,8 @@ The `correctnessManualTest` task however is meant to be run 
_manually_ against a
 providing the necessary backend configuration via system properties. For 
example:
 ```bash
 ./gradlew :polaris-persistence-nosql-correctness:correctnessManualTest \
-  -Dpolaris.persistence.backend=MongoDb \
-  -Dpolaris.persistence.backend.mongodb.uri=mongodb://localhost:27017/test
-  -Dpolaris.persistence.backend.mongodb.databaseName=polaris_mongo_test
+  -Dpolaris.persistence.nosql=MongoDb \

Review Comment:
   `polaris.persistence.nosql.backend=...`?



-- 
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]

Reply via email to