Skip to content

Comments

[GRAPHX] [MINOR] Fix typo setRest => setDest#27594

Closed
xwu-intel wants to merge 1 commit intoapache:masterfrom
xwu-intel:fix-graphx-setDest
Closed

[GRAPHX] [MINOR] Fix typo setRest => setDest#27594
xwu-intel wants to merge 1 commit intoapache:masterfrom
xwu-intel:fix-graphx-setDest

Conversation

@xwu-intel
Copy link
Contributor

What changes were proposed in this pull request?

Fix typo

def setRest(dstId: VertexId, localDstId: Int, dstAttr: VD, attr: ED)

to

def setDest(dstId: VertexId, localDstId: Int, dstAttr: VD, attr: ED)

Why are the changes needed?

Typo

Does this PR introduce any user-facing change?

No

How was this patch tested?

N/A

@maropu
Copy link
Member

maropu commented Feb 16, 2020

ok to test

@maropu
Copy link
Member

maropu commented Feb 16, 2020

Since this fix is trivial, it looks fine to me if the tests passed. cc: @srowen

@SparkQA
Copy link

SparkQA commented Feb 16, 2020

Test build #118494 has finished for PR 27594 at commit 0bb6301.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Feb 16, 2020

Yep, fine. It's an internal method.

@srowen
Copy link
Member

srowen commented Feb 16, 2020

Merged to master

@srowen srowen closed this in f5238ea Feb 16, 2020
sjincho pushed a commit to sjincho/spark that referenced this pull request Apr 15, 2020
### What changes were proposed in this pull request?
Fix typo

def setRest(dstId: VertexId, localDstId: Int, dstAttr: VD, attr: ED)

to

def setDest(dstId: VertexId, localDstId: Int, dstAttr: VD, attr: ED)

### Why are the changes needed?
Typo

### Does this PR introduce any user-facing change?
No

### How was this patch tested?
N/A

Closes apache#27594 from xwu99/fix-graphx-setDest.

Authored-by: Wu, Xiaochang <xiaochang.wu@intel.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants