esadek opened a new issue, #4329:
URL: https://github.com/apache/arrow-adbc/issues/4329
`AdbcDriverManager.LoadFromManifest()` incorrectly uses
`FilesystemProfileProvider.LoadFromFile()` to load and validate driver
manifests.
Stack trace:
```
Unhandled exception. Apache.Arrow.Adbc.AdbcException: The 'profile_version'
field has an invalid value '1.5.2'. It must be an integer.
at
Apache.Arrow.Adbc.DriverManager.FilesystemProfileProvider.ValidateVersion(Dictionary`2
root)
at
Apache.Arrow.Adbc.DriverManager.FilesystemProfileProvider.LoadFromContent(String
tomlContent)
at
Apache.Arrow.Adbc.DriverManager.FilesystemProfileProvider.LoadFromFile(String
filePath)
at
Apache.Arrow.Adbc.DriverManager.AdbcDriverManager.LoadFromManifest(String
manifestPath, String entrypoint)
at
Apache.Arrow.Adbc.DriverManager.AdbcDriverManager.TryLoadFromDirectory(String
dir, String driverName, String entrypoint)
at
Apache.Arrow.Adbc.DriverManager.AdbcDriverManager.FindLoadDriver(String
driverName, String entrypoint, AdbcLoadFlags loadOptions, String
additionalSearchPathList)
at Program.<Main>$(String[] args) in
/Users/emilsadek/Code/arrow-adbc/csharp/examples/AdbcDriverExample/Program.cs:line
4
at Program.<Main>(String[] args)
```
--
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]