suyashpatel98 opened a new pull request, #13320:
URL: https://github.com/apache/pinot/pull/13320

   Fix URI construction so that AddSchema command line tool works when override 
flag is set to true
    
    Verified that when the override flag is set to true the schema is 
overridden successfully
    
     $ bin/pinot-admin.sh AddSchema \
     -schemaFile 
/Users/suyash/Desktop/work/open-source/workspace/testData/transcript_schema.json
 \
     -controllerHost localhost \
     -controllerPort 9000 \
     -override=true \
     -exec
   
   2024/06/05 23:22:22.613 INFO [AddSchemaCommand] [main] Executing command: 
AddSchema -controllerProtocol http -controllerHost localhost -controllerPort 
9000 -schemaFile 
/Users/suyash/Desktop/work/open-source/workspace/testData/transcript_schema.json
 -override true _force false -user null -password [hidden] -exec


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

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