Open bugbare opened 1 year ago
Could you call Arrow.s3_finalize
explicitly after you finished using all S3 related features and before you finish your program?
FWIW, I dropped the dataset gem and manually retrieved the files from S3 to avoid this issue.
Arrow.s3_finalize
didn't solve your case?
Describe the bug, including details regarding any error messages, version, and platform.
The following method is executed as part of a step definition to retrieve an uploaded parquet file and transform it into a ruby hash data structure, it works at runtime...
however the following output is appended to the end of the execution:
I am using the following arrow packages (taken from GemFile):
I have also downgraded to 12.0.1 and 11.0 version for all three above but get the same issues... The error above seems to be catered for in Python, however I couldn't find a fix for this issue within a Ruby context...
Any help / Pointers would be much appreciated
Component(s)
Ruby