Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug fix] Fix URI construction so that AddSchema command line tool works #13320

Merged

Conversation

suyashpatel98
Copy link
Contributor

@suyashpatel98 suyashpatel98 commented Jun 6, 2024

Addresses #13312. 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

@suyashpatel98 suyashpatel98 changed the title [Bugfix] Fix URI construction so that AddSchema command line tool works [Addresses #13312] Fix URI construction so that AddSchema command line tool works Jun 6, 2024
@suyashpatel98 suyashpatel98 changed the title [Addresses #13312] Fix URI construction so that AddSchema command line tool works [Bug fix] Fix URI construction so that AddSchema command line tool works Jun 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.04%. Comparing base (59551e4) to head (54b1cc2).
Report is 559 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13320      +/-   ##
============================================
+ Coverage     61.75%   62.04%   +0.29%     
+ Complexity      207      198       -9     
============================================
  Files          2436     2544     +108     
  Lines        133233   139675    +6442     
  Branches      20636    21605     +969     
============================================
+ Hits          82274    86658    +4384     
- Misses        44911    46529    +1618     
- Partials       6048     6488     +440     
Flag Coverage Δ
custom-integration1 <0.01% <ø> (-0.01%) ⬇️
integration <0.01% <ø> (-0.01%) ⬇️
integration1 <0.01% <ø> (-0.01%) ⬇️
integration2 0.00% <ø> (ø)
java-11 62.00% <ø> (+0.29%) ⬆️
java-21 61.92% <ø> (+0.30%) ⬆️
skip-bytebuffers-false 62.01% <ø> (+0.26%) ⬆️
skip-bytebuffers-true 61.90% <ø> (+34.18%) ⬆️
temurin 62.04% <ø> (+0.29%) ⬆️
unittests 62.03% <ø> (+0.29%) ⬆️
unittests1 46.58% <ø> (-0.31%) ⬇️
unittests2 27.74% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Jackie-Jiang Jackie-Jiang merged commit 5fc9bf6 into apache:master Jun 10, 2024
16 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants