Skip to content

ARROW-12620: [C++][Dataset] Fix projection during writing - #10229

Closed
lidavidm wants to merge 1 commit into
apache:masterfrom
lidavidm:arrow-12620
Closed

ARROW-12620: [C++][Dataset] Fix projection during writing#10229
lidavidm wants to merge 1 commit into
apache:masterfrom
lidavidm:arrow-12620

Conversation

@lidavidm

@lidavidm lidavidm commented May 3, 2021

Copy link
Copy Markdown
Member

We were filtering/projecting twice on accident.

@github-actions

github-actions Bot commented May 3, 2021

Copy link
Copy Markdown

@lidavidm

lidavidm commented May 3, 2021

Copy link
Copy Markdown
Member Author

CC @westonpace

@westonpace westonpace left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch. I guess the "typical" filter and project operators are idempotent so we got away with it. This looks good to me.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants