Skip to content

Add executeColumnarCollectIterator to CometExec to collect Comet operator result #72

@viirya

Description

@viirya

What is the problem the feature request solves?

Currently except for executing entire query plan by calling collect, show etc., we don't have a way to collect the result of any Comet operators in the middle of a query. In many cases, we need this feature so we can evaluate a child operator inside another Comet operator. This is also useful for debugging an arbitrary Comet operator.

Describe the potential solution

Add an new API executeColumnarCollectIterator to CometExec to collect Comet operator result.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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