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

doris writer and web services support #39

Merged
merged 11 commits into from
Oct 18, 2021
Merged

doris writer and web services support #39

merged 11 commits into from
Oct 18, 2021

Conversation

arjenzhou
Copy link
Owner

What is the purpose of the change

#2 #38

Brief changelog

support doris, web service. bump dependencies versions

Verifying this change

Checklist

  • Make sure there is a ISSUE field for the change (usually
    before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should
    address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency
    exist. If the new feature or significant change is committed, please remember to add sample in project.
  • Add some description to documents if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.

@codecov
Copy link

codecov bot commented Oct 18, 2021

Codecov Report

Merging #39 (d7fc3b9) into master (e26e476) will increase coverage by 0.42%.
The diff coverage is 59.82%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #39      +/-   ##
============================================
+ Coverage     58.94%   59.36%   +0.42%     
  Complexity      163      163              
============================================
  Files            38       42       +4     
  Lines           911      886      -25     
  Branches         61       55       -6     
============================================
- Hits            537      526      -11     
+ Misses          332      320      -12     
+ Partials         42       40       -2     
Impacted Files Coverage Δ
...ab/porter/api/exception/NotSupportedException.java 0.00% <0.00%> (ø)
...a/de/xab/porter/api/exception/PorterException.java 0.00% <ø> (ø)
...src/main/java/de/xab/porter/common/util/Jsons.java 62.50% <ø> (ø)
core/src/main/java/de/xab/porter/core/Task.java 87.50% <ø> (-2.09%) ⬇️
...e/xab/porter/transfer/jdbc/writer/DorisWriter.java 0.00% <0.00%> (ø)
.../porter/transfer/jdbc/writer/PostgreSQLWriter.java 0.00% <0.00%> (ø)
.../de/xab/porter/transfer/reader/AbstractReader.java 70.83% <0.00%> (+2.41%) ⬆️
web/src/main/java/de/xab/porter/web/Porter.java 0.00% <0.00%> (ø)
.../xab/porter/web/controller/TransferController.java 0.00% <0.00%> (ø)
...de/xab/porter/transfer/jdbc/writer/JDBCWriter.java 51.70% <50.00%> (+1.35%) ⬆️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e26e476...d7fc3b9. Read the comment docs.

@arjenzhou arjenzhou merged commit 2fa6e6a into master Oct 18, 2021
@arjenzhou arjenzhou deleted the feat-doris branch October 18, 2021 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant