arrow-odbc
arrow-odbc copied to clipboard
fix: Trim whitespace from CHAR types
🗣 Description
Trims whitespace from the end of CHAR
datatypes when converting records to RecordBatch
This follows existing behavior from PostgreSQL:
Trailing spaces are removed when converting a character value to one of the other string types.
MySQL:
And arrow conversion in datafusion-table-providers