refactor version checks for pandas, pyarrow #769
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: process
A process-related concern. May include testing, release, or the like.
We're using
pkg_resources.parse_version
from setuptools, which is just a thin wrapper over packaging.Also, we have some version comparisons for features. I think it'd be cleaner to implement these as properties like we do in
BQStorageVersions
that I propose adding in #748The text was updated successfully, but these errors were encountered: