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

feat: hdfs glob #284

Merged
merged 1 commit into from
Sep 1, 2023
Merged

feat: hdfs glob #284

merged 1 commit into from
Sep 1, 2023

Conversation

veezhang
Copy link
Contributor

What type of PR is this?

  • bug
  • feature
  • enhancement

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
Copy link

Codecov Report

Patch coverage: 77.13% and project coverage change: -2.32% ⚠️

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

❗ 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
@@            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 Coverage Δ
pkg/source/config.go 88.00% <0.00%> (-12.00%) ⬇️
pkg/source/glob.go 0.00% <0.00%> (ø)
pkg/source/source_mock.go 0.00% <0.00%> (ø)
pkg/spec/base/builder_mock.go 0.00% <0.00%> (ø)
pkg/source/local.go 71.42% <29.41%> (-28.58%) ⬇️
pkg/importer/importer.go 95.38% <57.14%> (-4.62%) ⬇️
pkg/source/hdfs.go 77.18% <70.68%> (-22.82%) ⬇️
pkg/source/gcs.go 85.00% <85.00%> (ø)
pkg/config/base/source.go 100.00% <100.00%> (ø)
pkg/config/v3/source.go 100.00% <100.00%> (ø)
... and 10 more

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

@yixinglu yixinglu merged commit f0347ba into vesoft-inc:master Sep 1, 2023
2 checks passed
@veezhang veezhang added the doc affected PR: improvements or additions to documentation label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc affected PR: improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HDFS support glob
3 participants