-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thrift issue in go 1.15 when using parquet-go #319
Comments
In github.com/apache/thrift , notice commit bcae3bb52f976ce245ad77dfb060e5776d67ce85
I did a work around (to buy some time) by doing: go version go1.15.2 linux/amd64 |
hi, @ottensjors |
Works like a charm! Thanks for the quick fix! Much appreciated. |
convert: introduce schema-aware conversions Prior to this changeset, conversions between rows having different schemas was not schema aware. The strategy prior to this PR was simply to append all the columns sequentially, causing issues when trying to parse the new row during reconstruction. Conversion now uses the schema to determine how to build the row, in a manner which is consistent with what reconstruct expects.
Hi guys,
I’m experiencing the same issue as described in #292
I tried @xitongsys fix that helped out @GordonPman in aforementioned issue. unfortunately this didn’t work and I’m left with same issue.
Set up I’m using:
Ubuntu 20.04 LTS
Go 1.15
Could there be an incompatibility issue between parquet-go and Go 1.15?
The go.mod of parquet-go states “go 1.13”.
Please let me know if I need to. Provide any other info.
Originally posted by @ottensjors in #292 (comment)
The text was updated successfully, but these errors were encountered: