`select ('[5, 2]'->(arrow_cast(1, 'UInt32')))` fails with: ``` Unexpected argument type to 'json_get' at position 2, expected string or int, got UInt32 ``` I don't see why we can't support this.