Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Apache Arrow support to Mac and Ubuntu PyPI wheels #164

Merged
merged 24 commits into from
Nov 9, 2023

Conversation

JesseMckinzie
Copy link
Member

  • Add Apache Arrow builds for PyPI wheels
  • Remove pyarrow linking from C++ since the arrow::table is no longer constructed in C++
  • Add Apache Arrow build to build script
  • Add additional build script for installing Apache Arrow through yum

Copy link

sweep-ai bot commented Nov 8, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.

CIBW_TEST_COMMAND: pytest {project}/tests/python -m "not arrow"
CIBW_TEST_COMMAND_MACOS: pytest {project}/tests/python
CIBW_TEST_COMMAND_LINUX: pytest {project}/tests/python
CIBW_TEST_COMMAND_WINDOW: pytest {project}/tests/python -m "not arrow"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing S CIBW_TEST_COMMAND_WINDOWS

CMakeLists.txt Outdated
message(WARNING "The Arrow library was not found. The build will continue without Arrow support.")
set(USE_ARROW OFF)
endif()

find_package(Parquet)
if (NOT Arrow_FOUND)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be Parquet_FOUND ?

@sameeul sameeul merged commit ce115a6 into PolusAI:main Nov 9, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants