use of setmetadata!
on generic tables basically requires calling Tables.columns
on the input
#211
Labels
bug
Something isn't working
I thought there was an already issue for this, but couldn't find it:
IIUC the reason for this is that
Arrow.write(_, t)
internally callsTables.columns(t)
and then tries to grab THAT object's metadata instead of the originalt
's metadata (IIRC the exact place where this happens is here; I'd have to double check though, it's been awhile since I tracked it down).The text was updated successfully, but these errors were encountered: