adutra commented on PR #15989: URL: https://github.com/apache/iceberg/pull/15989#issuecomment-4742075179
I did a small survey over PyIceberg, Iceberg Rust and Iceberg Go: | Language | `+` encoded as | Ok to decode with `decodeString`? | | ------------- | ------------- | ------------- | | PyIceberg | `%2B` | ✅ | | Iceberg Rust | `+` | 🛑 | | Iceberg Go | `+` | 🛑 | -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
