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

add pandas series #118

Merged
merged 1 commit into from
Jan 4, 2021
Merged

add pandas series #118

merged 1 commit into from
Jan 4, 2021

Conversation

acezen
Copy link
Collaborator

@acezen acezen commented Jan 4, 2021

What do these changes do?

support Series structure of pandas

Related issue number

Fixes #117

@acezen
Copy link
Collaborator Author

acezen commented Jan 4, 2021

cc/ @sighingnow @andydiwenzhu any comment?

@codecov-io
Copy link

codecov-io commented Jan 4, 2021

Codecov Report

Merging #118 (2b5450e) into main (d87643c) will increase coverage by 14.57%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #118       +/-   ##
===========================================
+ Coverage   62.22%   76.79%   +14.57%     
===========================================
  Files          52       52               
  Lines        3833     3801       -32     
===========================================
+ Hits         2385     2919      +534     
+ Misses       1448      882      -566     
Impacted Files Coverage Δ
src/server/services/etcd_meta_service.cc 81.48% <0.00%> (+5.55%) ⬆️
src/common/util/status.h 48.86% <0.00%> (+5.68%) ⬆️
src/common/util/status.cc 25.39% <0.00%> (+6.34%) ⬆️
src/server/services/etcd_meta_service.h 92.00% <0.00%> (+12.00%) ⬆️
src/common/util/protocols.cc 91.71% <0.00%> (+15.79%) ⬆️
src/server/memory/stream_store.cc 64.48% <0.00%> (+16.33%) ⬆️
src/server/async/socket_server.cc 84.64% <0.00%> (+18.89%) ⬆️
src/server/util/meta_tree.cc 74.86% <0.00%> (+19.81%) ⬆️
src/server/services/meta_service.h 77.07% <0.00%> (+26.52%) ⬆️
src/server/server/vineyard_server.cc 74.12% <0.00%> (+32.54%) ⬆️
... and 3 more

@andydiwenzhu
Copy link
Collaborator

LGTM

Copy link
Member

@sighingnow sighingnow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@sighingnow
Copy link
Member

There's conflict after #110 merged. Could you rebase this PR agaist current main branch?

Copy link
Collaborator

@andydiwenzhu andydiwenzhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@acezen
Copy link
Collaborator Author

acezen commented Jan 4, 2021

There's conflict after #110 merged. Could you rebase this PR agaist current main branch?

done.

@sighingnow sighingnow merged commit db40550 into v6d-io:main Jan 4, 2021
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.

support series structure of pandas
4 participants