philo-he commented on PR #11287:
URL: https://github.com/apache/gluten/pull/11287#issuecomment-4145963838
Errors reported by CI.
```
/usr/bin/clang++: /lib64/libtinfo.so.5: no version information available
(required by /usr/bin/clang++)
/__w/gluten/gluten/cpp/velox/jni/VeloxJniWrapper.cc:1042:24: error: moving a
temporary object prevents copy elision [-Werror,-Wpessimizing-move]
1042 | otherTables[t] =
std::move(hashTableBuilders[t]->uniqueTable());
| ^
/__w/gluten/gluten/cpp/velox/jni/VeloxJniWrapper.cc:1042:24: note: remove
std::move call here
1042 | otherTables[t] =
std::move(hashTableBuilders[t]->uniqueTable());
| ^~~~~~~~~~ ~
1 error generated.
[57/94] Building CXX object
velox/CMakeFiles/velox.dir/memory/VeloxMemoryManager.cc.o
/usr/bin/clang++: /lib64/libtinfo.so.5: no version information available
(required by /usr/bin/clang++)
[58/94] Building CXX object
velox/CMakeFiles/velox.dir/memory/VeloxColumnarBatch.cc.o
/usr/bin/clang++: /lib64/libtinfo.so.5: no version information available
(required by /usr/bin/clang++)
[59/94] Building CXX object
velox/CMakeFiles/velox.dir/operators/functions/RegistrationAllFunctions.cc.o
/usr/bin/clang++: /lib64/libtinfo.so.5: no version information available
(required by /usr/bin/clang++)
ninja: build stopped: subcommand failed.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]