Skip to content

Fixing Windows failing github actions#242

Merged
sofia-tekdatum merged 9 commits intomainfrom
fix_crow_boost
Feb 5, 2026
Merged

Fixing Windows failing github actions#242
sofia-tekdatum merged 9 commits intomainfrom
fix_crow_boost

Conversation

@sofia-tekdatum
Copy link
Collaborator

@sofia-tekdatum sofia-tekdatum commented Feb 3, 2026

Fixing Windows actions that fail due to Boost and/or Crow mismatch issues.

AMD64 Windows MinGW 64 GLib & Ruby
Before
After

AMD64 Windows MinGW MINGW64 C++
Before
After
Now failing because of s3 bucket voltron-labs-datasets not found.

AMD64 Windows MSVC GLib
Before
After

AMD64 Windows 2022 AVX2
Before
After
Now failing because of unrelated errors.

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@sofia-tekdatum sofia-tekdatum changed the title Fixing Crow library mismatch action Fixing Windows failing github actions Feb 4, 2026
* - parquet::Type and dbps::external::Type
* - arrow::Compression and dbps::external::CompressionCodec
*/
class DBPAEnumUtils {
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is this needed (for my own education)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unity is used in Windows for linking, and unless the classes and methods are tagged with PARQUET_EXPORT, they are not visible at linkage time.

@sofia-tekdatum sofia-tekdatum merged commit 7d3aae4 into main Feb 5, 2026
37 of 104 checks passed
@sofia-tekdatum sofia-tekdatum deleted the fix_crow_boost branch February 5, 2026 16:17
@sofia-tekdatum sofia-tekdatum linked an issue Feb 5, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Git merging > Cleanup final failing Github actions

2 participants