pitrou opened a new issue #141:
URL: https://github.com/apache/arrow-cookbook/issues/141


   `make pytest` gives me the following failure:
   
   ```
   **********************************************************************
   File "flight.rst", line 423, in default
   Failed example:
       # List existing datasets.
       for flight in client.list_flights():
           descriptor = flight.descriptor
           print("Path:", descriptor.path[0].decode('utf-8'), "Rows:", 
flight.total_records, "Size:", flight.total_bytes)
           print("=== Schema ===")
           print(flight.schema)
           print("==============")
           print("")
   Expected nothing
   Got:
       Path: streamed.parquet Rows: 4194304 Size: 130074
       === Schema ===
       ints: int64
       ==============
   
   **********************************************************************
   ```


-- 
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]


Reply via email to