Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ambiguity in vcat #88

Open
bkamins opened this issue Mar 23, 2024 · 0 comments
Open

ambiguity in vcat #88

bkamins opened this issue Mar 23, 2024 · 0 comments

Comments

@bkamins
Copy link
Member

bkamins commented Mar 23, 2024

We currently have the following design issue:

julia> vcat([1,2,3], PooledArray([1,2,3]))
ERROR: MethodError: vcat(::Vector{Int64}, ::PooledVector{Int64, UInt32, Vector{UInt32}}) is ambiguous.

julia> vcat(PooledArray([1,2,3]), [1,2,3])
ERROR: MethodError: vcat(::PooledVector{Int64, UInt32, Vector{UInt32}}, ::Vector{Int64}) is ambiguous.

Related to https://julialang.zulipchat.com/#narrow/stream/274208-helpdesk-.28published.29/topic/vcat.20dataframes.20with.20pooledarrays

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant