sgrebnov commented on code in PR #2961:
URL: https://github.com/apache/arrow-adbc/pull/2961#discussion_r2141232163


##########
csharp/test/Drivers/Interop/FlightSql/ClientTests.cs:
##########
@@ -159,12 +159,12 @@ public void CanClientExecuteQueryWithNoResults()
         {
             foreach (FlightSqlTestEnvironment environment in _environments)
             {
-                environment.Query = "SELECT * WHERE 0=1";
+                environment.Query = "SELECT 1 WHERE false"; // The query 
simulates no results

Review Comment:
   `SELECT *` w/o `FROM` clause is invalid syntax in most query dialects, PR 
replaces this with `SELECT 1` that is more robust



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