fallintoplace opened a new pull request, #1054: URL: https://github.com/apache/arrow-go/pull/1054
The IPC stream reader recorded an error when an initial dictionary slot contained another message type, but then continued and tried to decode that message as a dictionary. This could replace the useful protocol error and consume the wrong message.\n\nStop immediately, mark the reader done, and preserve the expected-dictionary error. The regression test builds a dictionary schema followed directly by a record batch.\n\nValidated with ok github.com/apache/arrow-go/v18/arrow/ipc 0.411s [no tests to run] and the full arrow/ipc package tests. -- 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]
