You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/02 14:29:32 UTC

[GitHub] [arrow-cookbook] pitrou opened a new issue #141: [Python] test failure in flight.rst

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] pitrou closed issue #141: [Python] test failure in flight.rst

Posted by GitBox <gi...@apache.org>.
pitrou closed issue #141:
URL: https://github.com/apache/arrow-cookbook/issues/141


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] pitrou commented on issue #141: [Python] test failure in flight.rst

Posted by GitBox <gi...@apache.org>.
pitrou commented on issue #141:
URL: https://github.com/apache/arrow-cookbook/issues/141#issuecomment-1027996103


   @lidavidm 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] lidavidm commented on issue #141: [Python] test failure in flight.rst

Posted by GitBox <gi...@apache.org>.
lidavidm commented on issue #141:
URL: https://github.com/apache/arrow-cookbook/issues/141#issuecomment-1027997054


   I'd guess it's because of leftover data from a previous run. We should use a temporary directory, probably.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org