-
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
velox parquet schema is incorrect #9242
Comments
for the file attached: https://www.dropbox.com/scl/fi/0y1i7hzvddg128bavq2l8/test2430573504112849669parquet?rlkey=r3czlx8c4cl86u6ig9a3jh8gu&dl=0
|
… of struct but actual type is array: facebookincubator#9242
… of struct but actual type is array: facebookincubator#9242
Facing complex situations, such as array(array(array(array(integer)))), the parsed schema is still not correct. testSingleLevelSchemaNestedArrays can reproduce the error. actual schema: ROW<test:ARRAY> |
Fix #9533 |
Closing it for now |
Bug description
for the file attached:
actual schema: ROW<test:ARRAY>
expected schema from presto: test:array(row(test varchar))
System information
Velox System Info v0.0.2
Commit: 1e186e548833750cdee4b95d829711ddad78aba1
CMake Version: 3.16.3
System: Linux-5.4.0-1063-aws
Arch: x86_64
C++ Compiler: /usr/bin/c++
C++ Compiler Version: 9.4.0
C Compiler: /usr/bin/cc
C Compiler Version: 9.4.0
CMake Prefix Path: /usr/local;/usr;/;/usr;/usr/local;/usr/X11R6;/usr/pkg;/opt
Relevant logs
The text was updated successfully, but these errors were encountered: