ArnavBalyan opened a new pull request, #8198:
URL: https://github.com/apache/paimon/pull/8198

   ### Purpose
    - REST `create table` fails because post and delete are sent without a 
content type, defaulting to plain text, which JSON expecting REST servers 
reject before processing.
    - Fix by setting the request body content type to json in the http client, 
and by body type in the simple client, form encoded for form bodies and JSON 
otherwise. 
    - Closes user reported bug #7092
   ### Tests
    - UT


-- 
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]

Reply via email to