You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Matt Topol (Jira)" <ji...@apache.org> on 2021/02/01 19:04:00 UTC

[jira] [Created] (ARROW-11461) [Flight][Go] GetSchema does not work with Java Flight Server

Matt Topol created ARROW-11461:
----------------------------------

             Summary: [Flight][Go] GetSchema does not work with Java Flight Server
                 Key: ARROW-11461
                 URL: https://issues.apache.org/jira/browse/ARROW-11461
             Project: Apache Arrow
          Issue Type: Bug
          Components: FlightRPC, Go
            Reporter: Matt Topol
            Assignee: Matt Topol


Despite the fact that the Flight.proto says the following:

> "schema of the dataset as described in Schema.fbs::Schema."

It implementations seem to use a fully serialized RecordBatch just with 0 rows for the schema byte fields in GetFlightInfo and GetSchema. So the Go implementation should follow suit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)