alexguo-db opened a new pull request, #2765:
URL: https://github.com/apache/arrow-adbc/pull/2765

   Currently when calling GetCrossReference with just ForeignCatalogName, 
ForeignSchemaName, and ForeignTableName parameters fails because these 
parameters aren't properly set on the ThriftRequest. 
   
   Tested E2E locally and it works
   ```
             statement.SqlQuery = "getcrossreference";
             statement.SetOption(ApacheParameters.IsMetadataCommand, "true");
             statement.SetOption(ApacheParameters.ForeignCatalogName, 
"powerbi");
             statement.SetOption(ApacheParameters.ForeignSchemaName, "default");
             statement.SetOption(ApacheParameters.ForeignTableName, 
"nyc_taxi_tripdata");
   ```


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