george-zubrienko commented on issue #11836: URL: https://github.com/apache/iceberg/issues/11836#issuecomment-2741860337
> [@george-zubrienko](https://github.com/george-zubrienko) does that work with Iceberg>=1.7? I looked through the Iceberg code but I don't see the HttpClient requests being set with a `Connection` header - it has to be set for the Upgrade header not to be set, from what I understand. Yes, with Iceberg 1.8.1 `connection` is set to `keep alive,Upgrade` - that's how I found this. My code didn't work but Trino did. Since library version is included in headers I noticed that Trino used 5.4.2 and tested with it - bam fixed :) -- 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]
