jrevels edited a comment on issue #214:
URL: https://github.com/apache/arrow-julia/issues/214#issuecomment-1068351622


   slightly more minimal MWE (note this also triggers the MethodError if you 
use `t1 = (; x = [[Nanosecond(1)]])`:
   
   ```jl
   julia> t1 = (; x = [(Nanosecond(1),)])
   (x = [(Nanosecond(1),)],)
   
   julia> t2 = Arrow.Table(Arrow.tobuffer(t1))
   Arrow.Table with 1 rows, 1 columns, and schema:
    :x  Tuple{Nanosecond}
   
   julia> Arrow.tobuffer(t2)
   ERROR: MethodError: no method matching 
arrowtype(::Arrow.FlatBuffers.Builder, ::Type{Nanosecond})
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to