-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I have a parquet file with schema of nested array. There are several levels where type is array but data is empty. When use this data with datafusion I am getting this error:
ArrowError(ComputeError("concat requires input of at least one array"))
Even if use projection with only non nested columns then also I am getting the above error. Can you someone share thoughts on how can I get away with this error?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working