You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this resulted in 025/02/25 11:05:28 Can't create parquet reader: Object is nil
I could read the file downloaded with minioClient.FGetObject(). Any idea to fix this? Thanks.
Edit 3: Seems not many people are using the minio source. I was able to make it work with s3v2 and redirect to the minio endpoint.
Hello,
I am trying to create a file writer with minio source using NewS3FileWriterWithClient.
As minio client I am using the minio go client :
I am using self signed certificates that is why I am using InsecureSkipVerify for my testing purposes right now.
For some reason NewS3FileWriterWithClient() does not return anything, neither an error nor anything else. Does anybody know what I could do?
Thanks for helping :)
The text was updated successfully, but these errors were encountered: