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

Data load tools supports partition #1900

Merged
merged 2 commits into from
Aug 1, 2022
Merged

Conversation

siyuan0322
Copy link
Collaborator

@siyuan0322 siyuan0322 commented Jul 28, 2022

Fixes #1887

@codecov-commenter
Copy link

Codecov Report

Merging #1900 (fff3cdb) into main (2ac5213) will decrease coverage by 3.70%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1900      +/-   ##
==========================================
- Coverage   43.81%   40.11%   -3.71%     
==========================================
  Files          89       89              
  Lines        9804     9804              
==========================================
- Hits         4296     3933     -363     
- Misses       5508     5871     +363     
Impacted Files Coverage Δ
python/graphscope/tests/unittest/test_java_app.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/deploy/hosts/cluster.py 31.64% <0.00%> (-55.70%) ⬇️
python/graphscope/analytical/app/java_app.py 24.24% <0.00%> (-44.95%) ⬇️
python/graphscope/framework/utils.py 40.10% <0.00%> (-14.85%) ⬇️
python/graphscope/framework/app.py 69.95% <0.00%> (-10.33%) ⬇️
python/graphscope/framework/graph_schema.py 52.45% <0.00%> (-7.11%) ⬇️
python/graphscope/tests/conftest.py 48.21% <0.00%> (-4.65%) ⬇️
python/graphscope/client/rpc.py 86.11% <0.00%> (-3.71%) ⬇️
python/graphscope/client/session.py 63.75% <0.00%> (-3.22%) ⬇️
python/graphscope/analytical/udf/utils.py 36.17% <0.00%> (-3.20%) ⬇️
... and 3 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 2ac5213...fff3cdb. Read the comment docs.

@siyuan0322 siyuan0322 merged commit 2899903 into alibaba:main Aug 1, 2022
@siyuan0322 siyuan0322 deleted the zsy/partition branch August 1, 2022 01:55
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.

Add partition support for bulk-data-loader.
3 participants