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.
Plasma's tutorial says that the data type of one parameter is address of uint8_t* but it's actually address of shared_ptr.
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.