Nithish Sankaranarayanan
Results
2
comments of
Nithish Sankaranarayanan
@MrPowers I have not got a chance with use `assertColumnEquality` but seems to be interesting, I will try to fix it.
I encountered this problem recently and present my analysis below: I have the following bucket structure: ``` s3://test-bucket-s3fs/test_folder/Sample10k.csv ``` Objective is to download `test_folder` recursively using the below code ```python...