-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge?
Based on the review #5709 (review) it is ideal to make an end to end reproducer for zero column batch issues (either with SQL or with the DataFrame API) It would be nice to ensure there aren't other issues with creating zero column batches.
We have found two execs so far that return an Err ArrowError(InvalidArgumentError("must either specify a row count or at least one column")) with no column #4911 #5701
I suspect there are other exec may have the same issue.
Describe the solution you'd like
Need to find a good method to project empty-column relation (with non-empty row),
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers