Hello,

I use scalar casts to STRING type as a way to represent easily the more complex 
arrow types such as STRUCT or UNION. For these types, the Scalar cast (CastTo 
method) is correctly implemented, giving results such as :"union{1: bool = 
false}"
However, when casting LIST, LARGE_LIST or MAP types, it gives NotImplemented 
error.
Is there a particular reason why it is the case ?
Is it planned to make it work ?

Best regards
Louis C

Reply via email to