journeytosilius opened a new issue, #193:
URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/193
Trying to build with postgres 17 in a ubuntu 22 image, I get this :
```
7.049 Found ninja-1.11.1 at /usr/bin/ninja
7.634 ninja: Entering directory
`/apache-arrow-flight-sql-postgresql-0.1.0.build'
14.53 [1/2] Compiling C++ object arrow_flight_sql.so.p/src_afs.cc.o
14.53 FAILED: arrow_flight_sql.so.p/src_afs.cc.o
14.53 c++ -Iarrow_flight_sql.so.p -I.
-I../apache-arrow-flight-sql-postgresql-0.1.0 -I/usr/include
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
-std=c++17 -O0 -g -fPIC -fPIC -isystem/usr/include/postgresql/17/server -MD -MQ
arrow_flight_sql.so.p/src_afs.cc.o -MF arrow_flight_sql.so.p/src_afs.cc.o.d -o
arrow_flight_sql.so.p/src_afs.cc.o -c
../apache-arrow-flight-sql-postgresql-0.1.0/src/afs.cc
14.53 ../apache-arrow-flight-sql-postgresql-0.1.0/src/afs.cc: In member
function ‘virtual arrow::Result<std::unique_ptr<arrow::flight::FlightInfo> >
{anonymous}::FlightSQLServer::GetFlightInfoStatement(const
arrow::flight::ServerCallContext&, const arrow::flight::sql::StatementQuery&,
const arrow::flight::FlightDescriptor&)’:
14.53 ../apache-arrow-flight-sql-postgresql-0.1.0/src/afs.cc:2673:99: error:
no matching function for call to
‘arrow::flight::FlightEndpoint::FlightEndpoint(<brace-enclosed initializer
list>)’
14.53 2673 |
arrow::flight::FlightEndpoint{arrow::flight::Ticket{std::move(ticket)}, {}}};
14.53 |
^
```
Do you know why could this happen ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]