Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug]Parquet map/list/struct structure recognize (apache#4968)
When a parquet file contains a `Map/List/Struct` structure, Doris can not recognize the column correctly, and throws exception 'Invalid column: xxxx', that means Doris can not find the column. The `Map` structure will be recognized into two columns: `key and value`. The follow is the schema of a parquet file recognized by Doris. This patch tries to solve this problem.
- Loading branch information