Skip to content

Commit e3949e4

Browse files
committed
fixes
1 parent c45a4dd commit e3949e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/query_farm_flight_server/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ def write_batch(
819819
) -> bool:
820820
result_batch, is_finished = generator_output
821821
print("Writing to client")
822+
print(result_batch)
822823
writer.write_with_metadata(
823824
result_batch,
824825
b"chunk_continues" if not is_finished else b"chunk_finished",

0 commit comments

Comments
 (0)