Skip to content

WhiteSource Issue with pyarrow 12.0.1 in db_dttypes 1.2.0 Transitive Dependency #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rakesh-sanyashiv opened this issue Mar 6, 2024 · 11 comments
Assignees
Labels
api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. needs more info This issue needs more information from the customer to proceed.

Comments

@rakesh-sanyashiv
Copy link

Encountering a WhiteSource issue related to the transitive dependency of pyarrow version 12.0.1 within the db_dttypes library version 1.2.0. Despite upgrading pyarrow as recommended, the issue persists.

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. label Mar 6, 2024
@Linchin
Copy link
Contributor

Linchin commented Mar 6, 2024

Hi @rakesh-sanyashiv, thank you for reporting this issue! Could you tell me more about the details of this bug, such as the steps to reproduce it, and the error message or error tracing? This will help us pin point the issue with no ambiguity. Thank you!

@Linchin Linchin added the needs more info This issue needs more information from the customer to proceed. label Mar 6, 2024
@rakesh-sanyashiv
Copy link
Author

rakesh-sanyashiv commented Mar 7, 2024 via email

@parthea
Copy link
Contributor

parthea commented Mar 7, 2024

If I understand correctly, the request here is to bump the minimum version of pyarrow for this client library to a version greater than 12.0.1. Based on initial research, it looks like 14.0.1 is the recommended version.

Change

"pyarrow>=3.0.0",

to

 "pyarrow>=14.0.1", 

@rakesh-sanyashiv
Copy link
Author

rakesh-sanyashiv commented Mar 7, 2024 via email

@parthea
Copy link
Contributor

parthea commented Mar 7, 2024

@rakesh-sanyashiv , regrettably the screenshot didn't come through. I only have the text information.

@rakesh-sanyashiv
Copy link
Author

rakesh-sanyashiv commented Mar 7, 2024 via email

@Linchin
Copy link
Contributor

Linchin commented Mar 7, 2024

@rakesh-sanyashiv We still could not see the screenshot. Could you send a link instead of as an email attachment? Or reply using github webpage instead.

@Linchin
Copy link
Contributor

Linchin commented Mar 7, 2024

@rakesh-sanyashiv I'm also unable to reproduce the issue with a clean python 3.12 environment. Installing db-dtypes gives me pyarrow==15.0.1:

$ pip list
Package         Version
--------------- -----------
db-dtypes       1.2.0
numpy           1.26.4
packaging       23.2
pandas          2.2.1
pip             24.0
pyarrow         15.0.1
python-dateutil 2.9.0.post0
pytz            2024.1
setuptools      69.1.1
six             1.16.0
tzdata          2024.1
wheel           0.42.0

@rakesh-sanyashiv
Copy link
Author

rakesh-sanyashiv commented Mar 8, 2024 via email

@Linchin
Copy link
Contributor

Linchin commented Mar 13, 2024

I will close this issue for now, as this appears to be a whitesource related problem. @rakesh-sanyashiv Please let us know if there's anything further we can do to help.

@Linchin Linchin closed this as completed Mar 13, 2024
@rakesh-sanyashiv
Copy link
Author

rakesh-sanyashiv commented Mar 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. needs more info This issue needs more information from the customer to proceed.
Projects
None yet
Development

No branches or pull requests

3 participants