zhoulii commented on PR #8544:
URL: https://github.com/apache/paimon/pull/8544#issuecomment-4954944375
> Directly changing the public configuration key 'header. HTTP_SUSER_AGENT'
to 'header. User Agent' is not compatible with the old key. Reproduced locally:
The old configuration will be silently ignored, and the actual sending will
default to 'PyPaimon/...'; Depreciated/fallback compatibility should be
retained.
Thanks for pointing this out. I added Java-aligned fallback-key support on
the Python side: header.User-Agent remains the canonical key, while the legacy
header.HTTP_USER_AGENT is retained as a fallback. The legacy value is now
correctly sent as the User-Agent header instead of falling back to
PyPaimon/....
--
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]