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

refactor: remove the prefix k from the type of SHOW DEPLOYMENT #2391

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

PrajwalBorkar
Copy link
Contributor

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Aug 23, 2022
@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Merging #2391 (8724353) into main (b213dc8) will decrease coverage by 3.11%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##               main    #2391      +/-   ##
============================================
- Coverage     79.02%   75.90%   -3.12%     
- Complexity        0      368     +368     
============================================
  Files           484      629     +145     
  Lines        110939   119721    +8782     
  Branches          0     1044    +1044     
============================================
+ Hits          87667    90878    +3211     
- Misses        23272    28627    +5355     
- Partials          0      216     +216     
Impacted Files Coverage Δ
src/cmd/display.h 12.97% <0.00%> (ø)
src/sdk/db_sdk.cc 66.36% <0.00%> (-2.47%) ⬇️
src/storage/mem_table.cc 90.10% <0.00%> (-0.15%) ⬇️
src/nameserver/name_server_impl.cc 42.68% <0.00%> (-0.07%) ⬇️
src/tablet/tablet_impl.cc 61.63% <0.00%> (ø)
hybridse/src/codec/fe_row_codec.cc 78.68% <0.00%> (ø)
...paradigm/openmldb/batch/utils/ExpressionUtil.scala 45.13% <0.00%> (ø)
...adigm/openmldb/taskmanager/dao/JobIdGenerator.java 0.00% <0.00%> (ø)
...om/_4paradigm/openmldb/jdbc/PreparedStatement.java 21.45% <0.00%> (ø)
...4paradigm/openmldb/batch/api/OpenmldbSession.scala 60.39% <0.00%> (ø)
... and 147 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link
Contributor

SDK Test Report

  79 files    79 suites   8m 38s ⏱️
167 tests 165 ✔️ 2 💤 0
209 runs  207 ✔️ 2 💤 0

Results for commit 8724353.

@github-actions
Copy link
Contributor

Linux Test Report

       55 files       200 suites   55m 55s ⏱️
  9 755 tests   9 748 ✔️ 7 💤 0
14 356 runs  14 349 ✔️ 7 💤 0

Results for commit 8724353.

@dl239 dl239 requested a review from vagetablechicken August 24, 2022 02:14
@dl239 dl239 enabled auto-merge (squash) August 24, 2022 02:19
@dl239 dl239 merged commit d016b6f into 4paradigm:main Aug 24, 2022
@PrajwalBorkar PrajwalBorkar deleted the prajwal-patch branch August 24, 2022 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the prefix k from the type of SHOW DEPLOYMENT
3 participants