kevinjqliu commented on PR #3010: URL: https://github.com/apache/iceberg-python/pull/3010#issuecomment-3909363558
Thanks for catching this! I think it makes sense to be liberal in what we accept when serializing the HTTP methods. Im in favor of adding all the HTTP verbs. Looks like python's http library already has implemented all the HTTP methods, https://docs.python.org/3.14/library/http.html#http.HTTPMethod It was added in 3.11. Since we still support 3.10, we might have to add it ourselves -- 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]
