You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needs discussion; but I think it might simplify things downstream. To clarify, R & data.table do it slightly different than readr; if we did this change, we'd just be moving toward making the output more like what readr returns.
Also, I'm going to do everything I can with the downstream stuff to handle this well; I think I can do that and don't want to make this just about our downstream tooling.
The text was updated successfully, but these errors were encountered:
@seth127 one way this is related: if we ask data.table to return long integers as doubles, then it would make sense to return all ints as doubles out of consistency.
Needs discussion; but I think it might simplify things downstream. To clarify, R & data.table do it slightly different than readr; if we did this change, we'd just be moving toward making the output more like what readr returns.
Also, I'm going to do everything I can with the downstream stuff to handle this well; I think I can do that and don't want to make this just about our downstream tooling.
The text was updated successfully, but these errors were encountered: