We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 510b3c5 + 5e6d80f commit 11614f0Copy full SHA for 11614f0
flightsql/client.py
@@ -76,7 +76,7 @@ def execute(self, binding: pa.RecordBatch) -> flight.FlightInfo:
76
desc = flight_descriptor(cmd)
77
78
if binding is not None and binding.num_rows > 0:
79
- writer, reader = self.client.do_put(desc, binding.schema)
+ writer, reader = self.client.do_put(desc, binding.schema, self.options)
80
writer.write(binding)
81
writer.done_writing()
82
reader.read()
0 commit comments