(self, context, ticket)
| 219 | self.expected_schema = expected_schema |
| 220 | |
| 221 | def do_get(self, context, ticket): |
| 222 | return flight.RecordBatchStream(self.last_message) |
| 223 | |
| 224 | def do_put(self, context, descriptor, reader, writer): |
| 225 | if self.expected_schema: |
no test coverage detected