-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Core dump happens in StringColumnReader::processFilter during parquet read #9757
Comments
I will take a look at this. @yma11 can you share the table ddl used? |
@majetideepak Thanks for looking at this issue. The file is generated leveraging parquet-mr DataGenerator. As checked using Spark, it has schema as following:
The
|
This is the problem. We don't support parsing Velox varbinary column against Parquet FLBA. I added this support here #9887 |
…rray (facebookincubator#9887) Summary: Resolves: facebookincubator#9757 Pull Request resolved: facebookincubator#9887 Reviewed By: Yuhta, kgpai Differential Revision: D57776408 Pulled By: mbasmanova fbshipit-source-id: 9a282b68be810b1b99391105157b0777db7e568f
…rray (facebookincubator#9887) Summary: Resolves: facebookincubator#9757 Pull Request resolved: facebookincubator#9887 Reviewed By: Yuhta, kgpai Differential Revision: D57776408 Pulled By: mbasmanova fbshipit-source-id: 9a282b68be810b1b99391105157b0777db7e568f
Bug description
Core dump happens when reading file, following is the key trace:
System information
Velox System Info v0.0.2
Commit: 61ef376
CMake Version: 3.22.1
System: Linux-5.15.0-102-generic
Arch: x86_64
C++ Compiler: /usr/bin/c++
C++ Compiler Version: 12.3.0
C Compiler: /usr/bin/cc
C Compiler Version: 12.3.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: