CurtHagenlocher commented on code in PR #2282:
URL: https://github.com/apache/arrow-adbc/pull/2282#discussion_r1821234158
##########
csharp/test/Drivers/Apache/Spark/ClientTests.cs:
##########
@@ -30,8 +30,12 @@ namespace Apache.Arrow.Adbc.Tests.Drivers.Apache.Spark
/// <remarks>
/// Tests are ordered to ensure data is created for the other
/// queries to run.
+ /// <para>Note: This test create/replaces the table identified in the
configuration (metadata/table).
Review Comment:
nit: creates
##########
csharp/test/Drivers/Apache/Spark/ClientTests.cs:
##########
@@ -30,8 +30,12 @@ namespace Apache.Arrow.Adbc.Tests.Drivers.Apache.Spark
/// <remarks>
/// Tests are ordered to ensure data is created for the other
/// queries to run.
+ /// <para>Note: This test create/replaces the table identified in the
configuration (metadata/table).
+ /// It uses the test collection "TableCreateTestCollection" to ensure it
does not run
+ /// as the same time as any other tests that may create/udate the same
table.</para>
Review Comment:
nit: update
##########
csharp/test/Drivers/Apache/Spark/DriverTests.cs:
##########
@@ -36,8 +36,12 @@ namespace Apache.Arrow.Adbc.Tests.Drivers.Apache.Spark
/// <remarks>
/// Tests are ordered to ensure data is created for the other
/// queries to run.
+ /// <para>Note: This test create/replaces the table identified in the
configuration (metadata/table).
Review Comment:
nit: creates
##########
csharp/test/Drivers/Apache/Spark/DriverTests.cs:
##########
@@ -36,8 +36,12 @@ namespace Apache.Arrow.Adbc.Tests.Drivers.Apache.Spark
/// <remarks>
/// Tests are ordered to ensure data is created for the other
/// queries to run.
+ /// <para>Note: This test create/replaces the table identified in the
configuration (metadata/table).
+ /// It uses the test collection "TableCreateTestCollection" to ensure it
does not run
+ /// as the same time as any other tests that may create/udate the same
table.</para>
Review Comment:
nit: update
--
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]