As in https://github.com/JuliaData/CategoricalArrays.jl/issues/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?