alexguo-db opened a new pull request, #2885: URL: https://github.com/apache/arrow-adbc/pull/2885
- The Mashup engine will convert all property keys to lower case before opening a connection with the driver - So, using server side property passthrough with Power BI/PQTest doesn't work, because none of the properties will start with `SSP_` - This PR will change the prefix to `ssp_` and convert keys to lowercase so that the driver still works with properties set with `SSP_` - Tested by setting server side property through PQTest -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org