K(statement->Close());
> + ARROW_RETURN_NOT_OK(statement->Close(call_options));
It works! thanks ;)
> return sql_client->Close();
> }
> // End query
>
>
> Thanks,
> --
> kou
>
> In
> "Re: [ANNOUNCE] Apache Arrow Flight S
lt;< chunk.data->ToString() << std::endl;
}
}
- ARROW_RETURN_NOT_OK(statement->Close());
+ ARROW_RETURN_NOT_OK(statement->Close(call_options));
return sql_client->Close();
}
// End query
Thanks,
--
kou
In
"Re: [ANNOUNCE] A
Hi Sutou,
On Thu, Sep 14, 2023 at 8:06 AM Sutou Kouhei wrote:
>
> The Apache Arrow team is pleased to announce the 0.1.0 release of
> the Apache Arrow Flight SQL adapter for PostgreSQL.
>
> The release is available now from our website:
> https://arrow.apache.org/flight-sql-postgresql/0.1.0/ins
The Apache Arrow team is pleased to announce the 0.1.0 release of
the Apache Arrow Flight SQL adapter for PostgreSQL.
The release is available now from our website:
https://arrow.apache.org/flight-sql-postgresql/0.1.0/install.html
Read about what's new in the release:
https://arrow.apache.org