-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛 Source File: add engine fastparquet to parquet reader options #37799
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@@ -21,7 +21,7 @@ html5lib = "==1.1" | |||
beautifulsoup4 = "==4.11.1" | |||
openpyxl = "==3.0.10" | |||
google-cloud-storage = "==2.5.0" | |||
pandas = "==1.4.3" | |||
pandas = "1.5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we use the latest version of pandas
in this connector?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated pandas to latest version
9eb0d66
to
ef4011a
Compare
What
oncall: https://github.com/airbytehq/oncall/issues/5111
Check process exit code is: 137.
How
Added
fastparquet
for parquet reader. Memory usage decreased to 174.9453125 MB, without option reader memory usage was 1051.77734375 MB.Updated
pandas
to 1.5.0 as previous version is not compatible with latestfastparquet
.Review guide
User Impact
Can this PR be safely reverted and rolled back?