fornwall opened a new pull request, #936:
URL: https://github.com/apache/arrow-go/pull/936
**DISCLAIMER**: Most of this code was AI generated, but reviewed by me and
I'm ready to answer questions, make changes or look into details.
When a client binds a dictionary-encoded parameter column to a prepared
statement (e.g. a pyarrow `dictionary<values=string, indices=int32>` array
bound via the ADBC Flight SQL driver), the example SQLite server failed with:
error gathering parameters for prepared statement: unsupported
type: ["apple" "banana"][0] (Internal; ExecuteQuery)
Dictionary encoding is an encoding, not a distinct logical type, so decode
each value via the dictionary and bind the underlying value exactly as if the
column were of the plain values type.
--
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]