davidhcoe commented on code in PR #3022:
URL: https://github.com/apache/arrow-adbc/pull/3022#discussion_r2187786875


##########
csharp/test/Drivers/BigQuery/DriverTests.cs:
##########
@@ -291,7 +291,7 @@ public void CanExecuteQuery()
                 AdbcConnection adbcConnection = 
GetAdbcConnection(environment.Name);
 
                 AdbcStatement statement = adbcConnection.CreateStatement();
-                statement.SqlQuery = environment.Query;
+                statement.SqlQuery = "select * from 
mashuptest-154002.NWIND.AdbcAllTypes"; // environment.Query;

Review Comment:
   Reverted in recent PR



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