Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Sep 12, 2025

What changes were proposed in this pull request?

This PR aims to update LZ4 to 1.10.0.

Why are the changes needed?

To use the latest version.

In addition, we need to recover the CI because currently branch-2.0 CI is broken due to LZ4 compilation failure like the following.

[ 25%] Performing configure step for 'lz4_ep'
CMake Error at /Users/runner/work/orc/orc/build/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-configure-RELWITHDEBINFO.cmake:49 (message):
  Command failed: 1

   '/opt/homebrew/bin/cmake' '-DCMAKE_INSTALL_PREFIX=/Users/runner/work/orc/orc/build/c++/libs/thirdparty/lz4_ep-install' '-DCMAKE_INSTALL_LIBDIR=lib' '-DBUILD_SHARED_LIBS=OFF' '-GUnix Makefiles' '-S' '/Users/runner/work/orc/orc/build/lz4_ep-prefix/src/lz4_ep/build/cmake' '-B' '/Users/runner/work/orc/orc/build/lz4_ep-prefix/src/lz4_ep-build'

  See also

    /Users/runner/work/orc/orc/build/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-configure-*.log


make[2]: *** [lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-configure] Error 1
make[1]: *** [CMakeFiles/lz4_ep.dir/all] Error 2
make: *** [all] Error 2

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun dongjoon-hyun added this to the 2.0.7 milestone Sep 12, 2025
@github-actions github-actions bot added the BUILD label Sep 12, 2025
dongjoon-hyun pushed a commit that referenced this pull request Sep 12, 2025
### What changes were proposed in this pull request?

This PR aims to update LZ4 to 1.10.0.

### Why are the changes needed?

To use the latest version.
- https://github.com/lz4/lz4/releases/tag/v1.9.4
- https://github.com/lz4/lz4/releases/tag/v1.10.0

In addition, we need to recover the CI because currently `branch-2.0` CI is broken due to `LZ4` compilation failure like the following.

- https://github.com/apache/orc/actions/runs/17686548024/job/50272495675

```
[ 25%] Performing configure step for 'lz4_ep'
CMake Error at /Users/runner/work/orc/orc/build/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-configure-RELWITHDEBINFO.cmake:49 (message):
  Command failed: 1

   '/opt/homebrew/bin/cmake' '-DCMAKE_INSTALL_PREFIX=/Users/runner/work/orc/orc/build/c++/libs/thirdparty/lz4_ep-install' '-DCMAKE_INSTALL_LIBDIR=lib' '-DBUILD_SHARED_LIBS=OFF' '-GUnix Makefiles' '-S' '/Users/runner/work/orc/orc/build/lz4_ep-prefix/src/lz4_ep/build/cmake' '-B' '/Users/runner/work/orc/orc/build/lz4_ep-prefix/src/lz4_ep-build'

  See also

    /Users/runner/work/orc/orc/build/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-configure-*.log

make[2]: *** [lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-configure] Error 1
make[1]: *** [CMakeFiles/lz4_ep.dir/all] Error 2
make: *** [all] Error 2
```

### How was this patch tested?
Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #2397 from dongjoon-hyun/ORC-1828-2.0.

Authored-by: William Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
@dongjoon-hyun
Copy link
Member Author

Merged to branch-2.0.

@dongjoon-hyun dongjoon-hyun deleted the ORC-1828-2.0 branch September 12, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants