lidavidm commented on pull request #11507: URL: https://github.com/apache/arrow/pull/11507#issuecomment-958183255
Alright - I can replicate it now, on Ubuntu 20.04: This is _without_ any patches - so I think the problem runs even deeper than we expected. I'll do my best to find a solution. ``` root@40b933c77b92:/arrow/build# ./debug/arrow-flight-sql-server-test Running main() from /vcpkg/buildtrees/gtest/src/ase-1.11.0-7d339f16d4.clean/googletest/src/gtest_main.cc [==========] Running 18 tests from 1 test suite. [----------] Global test environment set-up. Server running with pid 30605 Server listening on localhost:58715 [----------] 18 tests from TestFlightSqlServer [ RUN ] TestFlightSqlServer.TestCommandStatementQuery [libprotobuf ERROR /vcpkg/buildtrees/protobuf/src/v3.18.0-44e21376af.clean/src/google/protobuf/descriptor.cc:4121] Invalid proto descriptor for file "google/protobuf/descriptor.proto": [libprotobuf ERROR /vcpkg/buildtrees/protobuf/src/v3.18.0-44e21376af.clean/src/google/protobuf/descriptor.cc:4124] google/protobuf/descriptor.proto: Unrecognized syntax: SELECT * FROM intTable [libprotobuf ERROR /vcpkg/buildtrees/protobuf/src/v3.18.0-44e21376af.clean/src/google/protobuf/descriptor.cc:4121] Invalid proto descriptor for file "FlightSql.proto": [libprotobuf ERROR /vcpkg/buildtrees/protobuf/src/v3.18.0-44e21376af.clean/src/google/protobuf/descriptor.cc:4124] arrow.flight.protocol.sql.experimental: ".google.protobuf.MessageOptions" is not defined. [libprotobuf FATAL /vcpkg/buildtrees/protobuf/src/v3.18.0-44e21376af.clean/src/google/protobuf/generated_message_reflection.cc:2914] CHECK failed: file != nullptr: unknown file: Failure C++ exception with description "CHECK failed: file != nullptr: " thrown in the test body. [ FAILED ] TestFlightSqlServer.TestCommandStatementQuery (3 ms) ``` -- 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]
