rambleraptor commented on PR #3842: URL: https://github.com/apache/iceberg-python/pull/3842#issuecomment-5413784859
Oof. This isn't great. I'd like to do some digging to verify all of this. Here's my initial thoughts: - We should start writing int if that's the correct behavior. - We need a config flag to write longs (to conserve backwards compatibility) - If we see a long, we should log a warning message. These are non-compliant manifests. There should also be a deprecated message. - We should remove the long support completely within the next two versions. -- 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]
