Results 167 comments of BInwei Yang

@z-anderson would you like to create the PR and maintain it? We currently don't have any ARM CI tests actually. There are several guys submitting PRs on ARM. Maybe you...

> I don't have permission to create a new github runner (with ARM). Could someone else create the new runner, please? Then I'll use it in https://github.com/apache/incubator-gluten/blob/main/.github/workflows/build_bundle_package.yml You may track...

> > In order to remove the duplicated sort operator, we implement the streaming window for spark in velox. Why need to set the sort based window in your use...

Looks like arm64 is used by apple and aarch64 is by others. They are the same. @guyuqi

What's your output of `ldd libvelox.so`? This is mine: ``` ldd ./cpp/build/releases/libvelox.so linux-vdso.so.1 (0x00007ffd14a91000) libgluten.so => /home/sparkuser/gluten/cpp/build/releases/libgluten.so (0x00007f0329e00000) libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f0331d08000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f032b319000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0329a00000)...

So folly is already static link into your libvelox. No dependency to it.

No. Looks like a new Velox bug. Would you debug it?

Thank you for update. Did you submit an issue to Velox?