Skip to content

Implement native version of ColumnarToRow #708

@andygrove

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions