from_rdataframe
doesn't support Long64_t
#2018
Labels
bug (unverified)
The problem described would be a bug, but needs to be triaged
Version of Awkward Array
main
Description and code to reproduce
@miranov25 noticed this:
We obviously could support this in the
type_to_name
function, but I am unsure as to whether we want to handle these kinds of type aliases, which won't round-trip (only really important forflatlist_as_rvec
, if at all).If we decide that we don't support these aliases, then we should probably update the documentation :)
Incidentally, there is
ROOT::Internal::RDF::TypeName2TypeID
which behaves like ourtype_to_name
. Do we not use this because it's internal?The text was updated successfully, but these errors were encountered: