In the tool I'm working with I get the following when attempting to use FlightRPC's golang sql interface to read query results that include an array.Duration:
error iterating rows failed: type *array.Duration: not supported
I'll open a PR after opening this issue because I found it was a simple two line fix for me.