Re: [PR] Added support for Bodo DataFrame [iceberg-python]

2025-07-06 Thread via GitHub
kevinjqliu commented on code in PR #2167: URL: https://github.com/apache/iceberg-python/pull/2167#discussion_r2188682854 ## poetry.lock: ## @@ -3276,69 +3385,49 @@ files = [ ] [[package]] -name = "numpy" -version = "2.0.2" -description = "Fundamental package for array comput

Re: [PR] Added support for Bodo DataFrame [iceberg-python]

2025-07-06 Thread via GitHub
ehsantn commented on code in PR #2167: URL: https://github.com/apache/iceberg-python/pull/2167#discussion_r2188614748 ## poetry.lock: ## @@ -3276,69 +3385,49 @@ files = [ ] [[package]] -name = "numpy" -version = "2.0.2" -description = "Fundamental package for array computing

Re: [PR] Added support for Bodo DataFrame [iceberg-python]

2025-07-06 Thread via GitHub
kevinjqliu commented on code in PR #2167: URL: https://github.com/apache/iceberg-python/pull/2167#discussion_r2188588800 ## poetry.lock: ## @@ -3276,69 +3385,49 @@ files = [ ] [[package]] -name = "numpy" -version = "2.0.2" -description = "Fundamental package for array comput

Re: [PR] Added support for Bodo DataFrame [iceberg-python]

2025-07-05 Thread via GitHub
ehsantn commented on PR #2167: URL: https://github.com/apache/iceberg-python/pull/2167#issuecomment-3040304208 @kevinjqliu Thanks for the quick review. Bodo requires Python >=3.10 since Python 3.9 has been removed by some dependency packages quite a while ago. Do all optional dependencies o

Re: [PR] Added support for Bodo DataFrame [iceberg-python]

2025-07-05 Thread via GitHub
kevinjqliu commented on PR #2167: URL: https://github.com/apache/iceberg-python/pull/2167#issuecomment-3039528255 @ehsantn looks like theres an issue with the dependency resolution ``` poetry install --all-extras Installing dependencies from lock file The current project's sup

[PR] Added support for Bodo DataFrame [iceberg-python]

2025-07-03 Thread via GitHub
ehsantn opened a new pull request, #2167: URL: https://github.com/apache/iceberg-python/pull/2167 # Rationale for this change Adds support for Bodo DataFrame library, which is a drop in replacement for Pandas that accelerates and scales Python code automaticall