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

rbindlist internal error when binding integer64 + character columns #5504

Closed
MichaelChirico opened this issue Oct 29, 2022 · 2 comments · Fixed by #5874
Closed

rbindlist internal error when binding integer64 + character columns #5504

MichaelChirico opened this issue Oct 29, 2022 · 2 comments · Fixed by #5874

Comments

@MichaelChirico
Copy link
Member

MichaelChirico commented Oct 29, 2022

rbindlist(list(
  data.table(bit64::as.integer64(1)),
  data.table("1")
))
Error in rbindlist(list(data.table(bit64::as.integer64(1)), data.table("1"))) : 
  Internal error: column 1 of result is determined to be integer64 but maxType=='character' != REALSXP
@MichaelChirico MichaelChirico changed the title rbindlist internal error rbindlist internal error when binding integer64 + character columns Oct 29, 2022
@ben-schwen
Copy link
Member

ben-schwen commented Oct 29, 2022

This seems like a duplicate to #3911 which should already be addressed by #5446 but I don't have a laptop with me to check.

@MichaelChirico
Copy link
Member Author

the solution may be the same but that's not throwing an internal error, so leaving this open for now (feel free to mark as closed by the PR, I also can't check at the moment)

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