Skip to content

[Plasma] The tutorial is wrong regarding the parameter type of PlasmaClient.Create  #20682

@asfimport

Description

@asfimport

Plasma's tutorial says that the data type of one parameter is address of uint8_t* but it's actually address of shared_ptr.

uint8_t* data;                <------------------------------- wrong data type here.
 // Create a Plasma object by specifying its ID and size.
 ARROW_CHECK_OK(client.Create(object_id, data_size, NULL, 0, &data));

Reporter: Kousuke Saruta / @sarutak
Assignee: Kousuke Saruta / @sarutak

PRs and other links:

Note: This issue was originally created as ARROW-4089. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions