You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/04/20 11:14:13 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #35209: Add a type alias for `pa.dictionary(pa.int32(), pa.string())`

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org