jnturton commented on code in PR #2763:
URL: https://github.com/apache/drill/pull/2763#discussion_r1114070404


##########
docs/dev/ClusterFixture.md:
##########
@@ -125,6 +125,27 @@ In some cases, you may want to change an option in a test. 
Rather than writing o
 
 Again, you can pass a Java value which the test code will convert to a string, 
then will build the `ALTER SESSION` command.
 
+# Try-with-resource Style of Creating Single-use Client Fixtures.
+
+The benefit of Cluster Fixture framework is to define specific config for 
specific clusterFixture and clientFixture as needed flexibly.
+
+In some cases, clusterFixture has been initialized, and we need to create 
several different config clients for different test cases,

Review Comment:
   ```suggestion
   In some cases, a clusterFixture has been initialized and we need to create 
several different config clients for different test cases.
   ```



-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to