unit-prerelease fails with pyarrow 20.0.0.dev19 or newer versions #321
Labels
api: bigquery
Issues related to the googleapis/python-db-dtypes-pandas API.
type: process
A process-related concern. May include testing, release, or the like.
The
unit-prerelease
job is failing with pyarrow version 20.0.0.dev19. The tests pass with earlier versions, specifically up to 20.0.0.dev18. The failure appears to be related to pyarrow missesRankQuantileOptions
python class, causing aRuntimeWarning
warning.Here's the error output:
Steps to reproduce
The issue can be reproduce when importing pandas with pyarrow 20.0.0.dev19
The text was updated successfully, but these errors were encountered: