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 example for delete vertex with edge #54

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

Nicole00
Copy link
Contributor

add one config for write vertex with DELETE mode.

.withDeleteEdge(true)

the default value for withDeleteEdge is false. When config it as true, the related edges will be deleted too when delete vertex. Refer to DELETE VERTEX

@Nicole00 Nicole00 added the doc affected PR: improvements or additions to documentation label Aug 18, 2022
@Nicole00
Copy link
Contributor Author

@randomJoe211 please add the config description in the doc.

@codecov-commenter
Copy link

Codecov Report

Merging #54 (82c2390) into master (f96b44f) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #54   +/-   ##
=========================================
  Coverage     74.09%   74.09%           
  Complexity      153      153           
=========================================
  Files            24       24           
  Lines          1594     1594           
  Branches        256      256           
=========================================
  Hits           1181     1181           
  Misses          266      266           
  Partials        147      147           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jievince jievince merged commit 6b80a2f into vesoft-inc:master Aug 18, 2022
Nicole00 added a commit that referenced this pull request Aug 31, 2022
* pyspark example added (#51)

* pyspark example added

* Update README_CN.md

* support delete related edges when delete vertex (#53)

* support delete related edges when delete vertex

* add test

* add example for delete vertex with edge (#54)

* doc: pyspark write example (#55)

* doc: pyspark write example

* Added pyshell calling lines and python file header

discussed in #50
Thanks to @Reid00

* Update README.md

wording

* Update README_CN.md

* Update README.md

* Update README_CN.md

* Update README.md

* Update README_CN.md

* spark2.2 reader initial commit

* spark2.2 reader initial commit

* extract common config for multi spark version

* delete common config files

* extract common config and utils

* remove common test

* spark connector reader for spark 2.2

* spark connector writer for spark 2.2

* revert example

* refactor spark version & close metaProvider after finish writing

* refactor common package name

* fix scan part

* refactor spark version for spark2.2

* connector writer for spark2.2

Co-authored-by: Wey Gu <weyl.gu@gmail.com>
@foesa-yang foesa-yang requested a review from cooper-lzy October 17, 2022 08:15
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.

3 participants