wgrusznis commented on issue #4306: URL: https://github.com/apache/arrow-adbc/issues/4306#issuecomment-4407278956
I'm using latest as for today power bi desktop - Version: 2.153.1206.0 64-bit (April 2026) it ships with the csharp adbc driver for testing i build https://github.com/adbc-drivers/databricks/ csharp version and replaced it in powerbi folder if I understand correctly eric's change STRING COLLATE [anything...] should still be exposed as STRING https://github.com/adbc-drivers/databricks/pull/285/commits but for UTF8_LCASE i still saw -> STRING COLLATE UTF8_LCASE, but don't get me wrong, it might be that what I tried to override with my cshar build was not in correct placa/might be re-writen by powerbi if checskum were not what expected etc. but in my opinion actually the powerbi connector wrapper is missing the line to just treat STRING [add anything here] as STRING. right now it sees STRING COLLATE UTF8_LCASE and says "I have no idea what to do with that" (query. Expression.Error: Unable to understand the type for column) -- 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]
