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

fix: add more msg in spark connector #2446

Merged
merged 3 commits into from
Sep 8, 2022
Merged

fix: add more msg in spark connector #2446

merged 3 commits into from
Sep 8, 2022

Conversation

vagetablechicken
Copy link
Collaborator

Closes #2443

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Sep 7, 2022
@codecov
Copy link

codecov bot commented Sep 7, 2022

Codecov Report

Base: 75.90% // Head: 75.80% // Decreases project coverage by -0.10% ⚠️

Coverage data is based on head (60a0f21) compared to base (ae490e1).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2446      +/-   ##
============================================
- Coverage     75.90%   75.80%   -0.11%     
  Complexity      368      368              
============================================
  Files           629      636       +7     
  Lines        119707   119872     +165     
  Branches       1044     1056      +12     
============================================
  Hits          90867    90867              
- Misses        28624    28789     +165     
  Partials        216      216              
Impacted Files Coverage Δ
...adigm/openmldb/spark/write/OpenmldbDataWriter.java 0.00% <0.00%> (ø)
src/log/status.h 70.83% <0.00%> (-12.50%) ⬇️
src/storage/disk_table_snapshot.cc 56.71% <0.00%> (-4.48%) ⬇️
src/replica/replicate_node.cc 74.86% <0.00%> (-3.92%) ⬇️
src/log/log_reader.cc 76.47% <0.00%> (-2.65%) ⬇️
src/zk/dist_lock.cc 81.81% <0.00%> (-1.52%) ⬇️
src/catalog/tablet_catalog.cc 71.61% <0.00%> (-0.80%) ⬇️
src/replica/log_replicator.cc 81.87% <0.00%> (-0.33%) ⬇️
src/tablet/tablet_impl.cc 61.65% <0.00%> (-0.05%) ⬇️
...a/com/_4paradigm/openmldb/spark/OpenmldbTable.java 0.00% <0.00%> (ø)
... and 17 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2022

Linux Test Report

       55 files       200 suites   1h 6m 10s ⏱️
  9 753 tests   9 746 ✔️ 7 💤 0
14 354 runs  14 347 ✔️ 7 💤 0

Results for commit 60a0f21.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2022

SDK Test Report

  81 files    81 suites   8m 28s ⏱️
168 tests 166 ✔️ 2 💤 0
210 runs  208 ✔️ 2 💤 0

Results for commit 60a0f21.

♻️ This comment has been updated with latest results.

@vagetablechicken vagetablechicken merged commit 3ebcc7b into main Sep 8, 2022
@vagetablechicken vagetablechicken deleted the issue-2443 branch September 8, 2022 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spark connector: add more msg
3 participants