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

   While updating the schema through command line AddSchema -schemaFile 
<schemaConfig.json> -exec it is throwing and error that the schema already 
exists. The AddSchema is trying to construct the URL and call to POST API 
/schemas with override and force parameters. While doing it is constructing the 
URL wrong and submitting the request. It is adding "?" in between the query 
params instead of "&"
   
   It is added as a part of Pinot 1.1 release in AddSchemaCommand.java class
   
   
   


-- 
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: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to