jorisvandenbossche commented on issue #35209:
URL: https://github.com/apache/arrow/issues/35209#issuecomment-1516146714
> (*) I noticed horrible performance when trying to load CSV data using
`column_types={"col": pa.dictionary(pa.int64(), pa.string())}` or
`column_types={"col": pa.dictionary(pa.int16(), **pa.string())}` or
`column_types={"col": pa.dictionary(pa.uint32(), pa.string())}`. Only `int32`
seems to behave as expected, performance-wise. If this is a bug I can open
another issue.
This seems something to fix. Yes, if you could open a separate issue for
this, that would be great.
--
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]