amoeba commented on issue #47118: URL: https://github.com/apache/arrow/issues/47118#issuecomment-3075893244
Hi @andrewthad, thanks for the question. I think https://github.com/apache/arrow/issues/33295 and https://github.com/apache/arrow/issues/32045 are related and that this operation isn't supported. Until that's made to work (PRs welcome), you could work around it by flattening first, though it's not efficient, ```python pc.is_in(pc.list_flatten(tbl.column("tags")), value_set=pa.array(["foo"])) ``` -- 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]
