pitrou commented on issue #49368: URL: https://github.com/apache/arrow/issues/49368#issuecomment-3946447405
> There's a new option `binary_type` which should drive this behavior. Using `opts.binary_type == pa.binary()` instead of `opts.binary_type == pa.binary_view()`. This should go back to the previous behavior unless, from what I understand, the files are stored with an Arrow Schema that says those are `string view`. > > [@pitrou](https://github.com/pitrou) is the above correct about the new `binary_type` option also driving the string behavior (not only binary columns)? This is accurate indeed. But in this case, the Arrow schema was stored (otherwise the columns would not be read as string_view in the first place). > The real solution would be to provide Kernels though. Right. -- 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]
