Skip to content

doris: Copy shared cached table#653

Draft
dhruv9vats wants to merge 7 commits into
sirius-db:dorisfrom
dhruv9vats:copy-cached-table
Draft

doris: Copy shared cached table#653
dhruv9vats wants to merge 7 commits into
sirius-db:dorisfrom
dhruv9vats:copy-cached-table

Conversation

@dhruv9vats

Copy link
Copy Markdown
Collaborator

Creates a copy of the shared cache table that may be used by multiple entities.

@dhruv9vats

Copy link
Copy Markdown
Collaborator Author

I am not able to compile without this fix.

Comment on lines -785 to +795
gpu_rep = std::make_unique<cucascade::gpu_table_representation>(
std::move(cached_table), *gpu_space);
auto table_copy = std::make_unique<cudf::table>(
cached_table->view(), stream, gpu_space->get_default_allocator());
gpu_rep = std::make_unique<cucascade::gpu_table_representation>(std::move(table_copy),
*gpu_space);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

the actual change.

@dhruv9vats dhruv9vats marked this pull request as draft April 22, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant