Closed blackrez closed 4 years ago
Also try with go1.4, same result.
hi, @blackrez
pr.SkipRowsByIndex(int64(n)*100, 100)
this row is wrong. But it may be not the panic cause. You can delete it and run again firstly.
I remove the line and I have the same issue. I don't understand why I have to remove this line. How I can read the files by increments (this files are huge, I can't read the entire files).
Hi, @blackrez
Sorry for late response.
The reader is an increment reader. the skip
functions are use to skip some rows(not read them but read the rows after them).
This issue is werid. Could you provide standalone example and parquet file to reproduce this issue? (something no need to connect s3 and read local file)
Hello,
I'm on vacation now, I will access to the files next week. I will send one of them but in private way.
How I can share safely ?
Thanks in advance.
Sam 22 août 2020, à 05:27, xitongsys a écrit :
Hi, @blackrez https://github.com/blackrez Sorry for late response. The reader is an increment reader. the
skip
functions are use to skip some rows(not read them but read the rows after them).This issue is werid. Could you provide standalone example and parquet file to reproduce this issue? (something no need to connect s3 and read local file)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/xitongsys/parquet-go/issues/299#issuecomment-678587121, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGC5IKS5A47X4QXISPBSY3SB43KVANCNFSM4P4QE7WA.
hi, @blackrez It's better if you can provide a small sample file to reproduce this issue. And you can send it to my email. If you can't get such a small file, maybe you can share it through Dropbox. And send the share link to my email.
my email: xitongsys@gmail.com
thanks.
Hello,
Thanks for the librairie, it works great.
I have an issue with my code but only with one file (on 10 file only the 9th failed!). I parsed the file without goroutine and it works.
go env
The error :