Remove pyarrow upperbound version constraint#794
Remove pyarrow upperbound version constraint#794kevinjqliu wants to merge 1 commit intobodo-ai:mainfrom
Conversation
|
cc @ehsantn could you take a look at this change? I'm trying to use pyiceberg with pyarrow 21 |
|
Thanks for opening this @kevinjqliu. The challenge is that Bodo uses Arrow C++, which makes building pip wheels difficult for different Arrow versions. We currently have to pin a version, unless if we statically bundle Arrow as well. I'll explore this with the team. The upcoming PyIceberg 0.10 release enables upgrading to Arrow 21, which we will do to unblock ASAP. Other thoughts @scott-routledge2 @IsaacWarren ? |
|
I'm getting error while importing bobo I just installed with my yarrow: is there another version I should install? please let me know |
@klopppo Your pyarrow version sounds correct to me. If you let me know what machine type/python version you are using as well as any additional packages you have in your environment I could look into it for you. Also you could try installing with conda in a separate environment if you have that ( |
Changes included in this PR
Allows upstream library, such as pyiceberg, to freely use newer versions of pyarrow
Testing strategy
User facing changes
Checklist
[run CI]in your commit message.