Re: [ANNOUNCE] Apache Arrow Flight SQL adapter for PostgreSQL 0.1.0 released

2023-09-13 Thread Junwang Zhao
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

Re: [ANNOUNCE] Apache Arrow Flight SQL adapter for PostgreSQL 0.1.0 released

2023-09-13 Thread Sutou Kouhei
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

Re: [ANNOUNCE] Apache Arrow Flight SQL adapter for PostgreSQL 0.1.0 released

2023-09-13 Thread Junwang Zhao
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

[ANNOUNCE] Apache Arrow Flight SQL adapter for PostgreSQL 0.1.0 released

2023-09-13 Thread Sutou Kouhei
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