vesoft-inc / nebula-importer

Nebula Graph Importer with Go
Apache License 2.0
90 stars 60 forks source link

feat: hdfs glob #284

Closed veezhang closed 1 year ago

veezhang commented 1 year ago

What type of PR is this?

What problem(s) does this PR solve?

Issue(s) number:

fix #283

Description:

How do you solve it?

Special notes for your reviewer, ex. impact of this fix, design document, etc:

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 77.13% and project coverage change: -2.32% :warning:

Comparison is base (a0a27ca) 90.20% compared to head (d53e628) 87.88%. Report is 5 commits behind head on master.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #284 +/- ## ========================================== - Coverage 90.20% 87.88% -2.32% ========================================== Files 75 79 +4 Lines 3350 3856 +506 ========================================== + Hits 3022 3389 +367 - Misses 323 458 +135 - Partials 5 9 +4 ``` | [Files Changed](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc) | Coverage Δ | | |---|---|---| | [pkg/source/config.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NvdXJjZS9jb25maWcuZ28=) | `88.00% <0.00%> (-12.00%)` | :arrow_down: | | [pkg/source/glob.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NvdXJjZS9nbG9iLmdv) | `0.00% <0.00%> (ø)` | | | [pkg/source/source\_mock.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NvdXJjZS9zb3VyY2VfbW9jay5nbw==) | `0.00% <0.00%> (ø)` | | | [pkg/spec/base/builder\_mock.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NwZWMvYmFzZS9idWlsZGVyX21vY2suZ28=) | `0.00% <0.00%> (ø)` | | | [pkg/source/local.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NvdXJjZS9sb2NhbC5nbw==) | `71.42% <29.41%> (-28.58%)` | :arrow_down: | | [pkg/importer/importer.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL2ltcG9ydGVyL2ltcG9ydGVyLmdv) | `95.38% <57.14%> (-4.62%)` | :arrow_down: | | [pkg/source/hdfs.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NvdXJjZS9oZGZzLmdv) | `77.18% <70.68%> (-22.82%)` | :arrow_down: | | [pkg/source/gcs.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NvdXJjZS9nY3MuZ28=) | `85.00% <85.00%> (ø)` | | | [pkg/config/base/source.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL2NvbmZpZy9iYXNlL3NvdXJjZS5nbw==) | `100.00% <100.00%> (ø)` | | | [pkg/config/v3/source.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL2NvbmZpZy92My9zb3VyY2UuZ28=) | `100.00% <100.00%> (ø)` | | | ... and [10 more](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/284?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.