Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement more efficient conversion from Spark column to Comet/Arrow column #798

Closed
andygrove opened this issue Aug 9, 2024 · 1 comment · Fixed by #892
Closed

Implement more efficient conversion from Spark column to Comet/Arrow column #798

andygrove opened this issue Aug 9, 2024 · 1 comment · Fixed by #892
Assignees
Labels
enhancement New feature or request performance
Milestone

Comments

@andygrove
Copy link
Member

What is the problem the feature request solves?

In CometRowToColumnarExec (soon to be renamed to CometSparkToColumnarExec) we have code for converting from Spark columns to Comet columns, but it it does this by first converting the Spark columns to rows and then converts the rows to Comet columns.

Describe the potential solution

It would be better to implement direct Spark column to Comet column conversion

Additional context

No response

@andygrove andygrove added enhancement New feature or request performance labels Aug 9, 2024
@andygrove andygrove self-assigned this Aug 15, 2024
@andygrove
Copy link
Member Author

I am going to take a first pass at this to see what effort is involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant