JuliaData / Feather.jl

Read and write feather files in pure Julia
https://juliadata.github.io/Feather.jl/stable
Other
109 stars 27 forks source link

throw error when trying to write column of eltype Missing #126

Closed ExpandingMan closed 4 years ago

ExpandingMan commented 5 years ago

Handles #124 by throwing an ArgumentError when trying to write a column of type AbstractVector{Missing} with a suggestion on how to handle it.