Skip to content

Conversation

@tongyiming
Copy link
Collaborator

No description provided.

@tongyiming
Copy link
Collaborator Author

Clipboard_Screenshot_1735903569

if v, ok := clusterNodeMap["3"]; ok {
taskResourceSpec["multi_disks"] = fetchMultiDisks(v, taskResource)
}
taskResourceSpec["disk_type"] = translateDiskType(*v.StorageType)
Copy link
Collaborator

Choose a reason for hiding this comment

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

这种特别容易空指针?

coreResourceSpec["multi_disks"] = fetchMultiDisks(v, coreResource)
}

coreResourceSpec["disk_type"] = translateDiskType(*v.StorageType)
Copy link
Collaborator

Choose a reason for hiding this comment

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

空指针

@tongyiming tongyiming added the run check run check label Jan 8, 2025
@hellertang hellertang merged commit e41b59d into master Jan 8, 2025
8 of 9 checks passed
@hellertang hellertang deleted the fix/emr-new-read branch January 8, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run check run check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants