apache / iceberg-go

Apache Iceberg - Go
https://iceberg.apache.org/
Apache License 2.0
142 stars 34 forks source link

Fix infinite recursion bug in EqualityFieldIDs accessor #186

Closed jhump closed 2 weeks ago

jhump commented 3 weeks ago

I think the summary line is self-explanatory. There seems to be a typo in the *dataFile.EqualityFieldIDs() method that results in stack overflow.