apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
480 stars 177 forks source link

Remove numpy as a hard dependency #1270

Closed Fokko closed 3 weeks ago

Fokko commented 3 weeks ago

With Arrow 18.0.0 numpy is not a dependency anymore: https://github.com/apache/arrow/pull/44148

I think it would be good to remove it from PyIceberg.

Closes https://github.com/apache/iceberg-python/issues/1259 Closes https://github.com/apache/iceberg-python/issues/1198

Fokko commented 3 weeks ago

@kevinjqliu That's an excellent suggestion, I only created one on the Arrow side, thanks!

corleyma commented 3 weeks ago

@kevinjqliu curious what y'all think of my comment here: https://github.com/apache/iceberg-python/issues/1259#issuecomment-2448393527