forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Build error #483
Labels
bug
Something isn't working
Comments
@zhli1142015 I met this issue. rm |
|
I thought velox ut is not covered by Gluten CI. |
Done. Updated |
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
https://github.com/oap-project/velox/blame/2024_03_18/velox/dwio/parquet/tests/reader/ParquetTableScanTest.cpp#L508C9-L510C72
__w/1/s/velox/dwio/parquet/tests/reader/ParquetTableScanTest.cpp:511:69: error: expected ')' before ';' token
511 | assertSelectWithFilter({"name"}, {}, "", "SELECT (null, 'Jones')");
| ^
| )
/__w/1/s/velox/dwio/parquet/tests/reader/ParquetTableScanTest.cpp:508:11: note: to match this '('
508 | loadData(
| ^
System information
Velox System Info v0.0.2
Commit: 73ee632
CMake Version: 3.22.1
System: Linux-5.15.146.1-microsoft-standard-WSL2
Arch: x86_64
C++ Compiler: /usr/bin/c++
C++ Compiler Version: 11.4.0
C Compiler: /usr/bin/cc
C Compiler Version: 11.4.0
CMake Prefix Path: /usr/local;/usr;/;/usr;/usr/local;/usr/X11R6;/usr/pkg;/opt
Relevant logs
No response
The text was updated successfully, but these errors were encountered: