csimplestring / delta-go

Native Delta Lake Implementation in Go
37 stars 7 forks source link

Err not checked since out of for-loop scope #36

Closed giulianopz closed 1 year ago

giulianopz commented 1 year ago

It seems that this if-statement fails to check if the last call to iter.Next() caused an error: https://github.com/csimplestring/delta-go/blob/846777649bda7fd733cc28243fcd11258f30890a/checkpoint.go#L180

Actually, it is checking the err at line 161.