Skip to content

Implement native version of ColumnarToRow #708

Description

@andygrove

What is the problem the feature request solves?

Spark's ColumnarToRowExec can be very slow in some cases. This plan shows that C2R took 8 minutes even though the underlying scan only took 20 seconds. This example is selecting decimal columns, so this is related to #670 and #679, but implementing a native version of ColumnarToRowExec may help with this.

image (3)

Describe the potential solution

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions