mattaubury commented on issue #35354: URL: https://github.com/apache/arrow/issues/35354#issuecomment-1541833846
This is also an issue with other join types, including `left semi`, `right semi`, and `inner`. For example, in the Python code above, if the `join_type` is set to `"inner"` we get a truncated output: ``` pyarrow.Table a: large_string ---- a: [["0","1","2","3","4",...,"1019","1020","1021","1022","1023"]] ``` The end of the array should be `"1029"`. -- 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]
