Open
Description
As in JuliaData/CategoricalArrays.jl#177, the method
Base.convert(::Type{Any}, ::DataValue{Union{}}) = NA
causes a lot of recompilation. IIUC, NA
is a singleton and so this method is not different from the default conversion to Any
in Base?
Metadata
Metadata
Assignees
Labels
No labels