Skip to content

Commit

Permalink
Update README on Union limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Apr 4, 2024
1 parent c9c4fca commit 4f1c98d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ The following table lists how ORC data types are read into Arrow data types:
| Struct | Struct |
| List | List |
| Map | Map |
| Union | Union(_, Sparse) |
| Union | Union(_, Sparse)* |

*Currently only supports a maximum of 127 variants

## Contributing

Expand Down

0 comments on commit 4f1c98d

Please sign in to comment.