jhorstmann commented on issue #14281: URL: https://github.com/apache/datafusion/issues/14281#issuecomment-2627342594
Having looked into thrift some time ago, this reminds me of this [inconsistency about boolean encodings](https://github.com/jhorstmann/compact-thrift/issues/7), where boolean values would be encoded as `2` contrary to the documentation. But that was about values, here it seems the go implementation writes the wrong tag in the header of a list field. With my limited go knowledge, I think the error might be in https://github.com/parquet-go/parquet-go/blob/e0b932aa3784539421f0afb46d81cbc4395f4f74/encoding/thrift/thrift.go#L64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org