-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TpchBenchmark is broken #6834
Comments
Same issue. Why is this fix not merged into the main branch? |
@XinShuoWang Along with the fix, we need to add this benchmark to CI to prevent this from breaking again. |
It seems like PR #7345 went stale. Could this fix be revived and merged as-is? We have confirmed that it fixes a bug on our side. |
This seems to be fixed already here https://github.com/facebookincubator/velox/pull/10679/files#diff-dbd700812476d0ed9d8e26a408cf2a2a6c62cd3b8f87881d770bde5fe2b73948R210 |
@bdice can you share a reproducer? |
Ah - I just saw this issue was still open. I have a reproducer but it may be because I may need to pull in the latest Velox upstream (my branch is out of date). I'll double check on the upstream soon, but I'm fine with closing this issue if you think it has been resolved. cc: @karthikeyann |
I verified that the fix linked above worked. I think this issue should be safe to close now. |
It's broken again after new parquet reader |
Currently fixed! |
Bug description
It currently segfaults on
cmake-build-debug/velox/benchmarks/tpch/velox_tpch_benchmark --data_path data/hive_data/tpch --run_query_verbose 6
Specifying the cache_gb option throws the following message
MemoryAllocator capacity 10737418240 must be the same as MemoryManager capacity 9223372036854775807.
The following patch is needed to prevent the segfault.
System information
Velox System Info v0.0.2
Commit: ebf797a
CMake Version: 3.26.4
System: Darwin-22.6.0
Arch: arm64
C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
C++ Compiler Version: 15.0.0.15000040
C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
C Compiler Version: 15.0.0.15000040
CMake Prefix Path: /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr;/opt/homebrew;/usr/local;/usr;/;/opt/homebrew/Cellar/cmake/3.26.4;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
Relevant logs
No response
The text was updated successfully, but these errors were encountered: