Skip to content

Avoid unnecessary uses of CopyExec in native plan #1836

Open
@andygrove

Description

@andygrove

What is the problem the feature request solves?

As pointed out in #1793 (comment), we currently always wrap ScanExec in a CopyExec. However, we should only do this if the source of the data is a native_comet scan because that is the only case where we have buffer reuse.

Describe the potential solution

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions