thatran opened a new issue, #10717:
URL: https://github.com/apache/pinot/issues/10717

   Problem is easy to observe, just try adding any table schema using the Pinot 
UI, you'll get the error " HTTP 415 Unsupported Media Type ".
   
   Using Chrome Developer Tools, you can see it's because the schema /validate 
rest api is called with incorrect Content-Type request header:
   Content-Type: text/plain;charset=UTF-8
   instead of 
   Content-Type: application/json
   
   Workaround is to add the schema by calling the rest API directly (using curl 
or SwaggerUI) instead of via the Pinot UI


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

Reply via email to