Skip to content

ARROW-11738: [Rust][DataFusion] Fix Concat and Trim Functions - #9551

Closed
seddonm1 wants to merge 1 commit into
apache:masterfrom
seddonm1:concat
Closed

ARROW-11738: [Rust][DataFusion] Fix Concat and Trim Functions#9551
seddonm1 wants to merge 1 commit into
apache:masterfrom
seddonm1:concat

Conversation

@seddonm1

Copy link
Copy Markdown
Contributor

This PR is a child of #9243

It does a few things that are hard to separate:

@alamb@jorgecarleitao
please review but merging will be dependent on #9507

@github-actions

Copy link
Copy Markdown

@seddonm1seddonm1 changed the title ARROW-11738: Fix Concat and Trim FunctionsARROW-11738: [Rust][DataFusion] Fix Concat and Trim FunctionsFeb 23, 2021
@alamb

Copy link
Copy Markdown
Contributor

Thanks @seddonm1 -- I will plan to review this over the next few days

@seddonm1

Copy link
Copy Markdown
ContributorAuthor

@Dandandan I can add substr to this PR if that would help you with TCPH-q22?

@seddonm1

Copy link
Copy Markdown
ContributorAuthor

@Dandandan I have added substr to this PR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Alphabetically, this should be after concat?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

yes, my VSCode sorting treats _ before ". fixed 👍

@DandandanDandandan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!
I think from time to time we will can check on the status of the tpch queries. Feel free to split the PRs in the way you think makes sense @seddonm1 👍

@seddonm1

Copy link
Copy Markdown
ContributorAuthor

LGTM!
I think from time to time we will can check on the status of the tpch queries. Feel free to split the PRs in the way you think makes sense @seddonm1 👍

@Dandandan basically the string functions PR is so big even splitting like this makes a big difference and allows applying some of the foundational components (see the testing) required for the rest. So if this helps unblock you then thats a good thing :D

@alambalamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Epic work @seddonm1 -- thank you again. I skimmed this and spot checked a few functions, but it all looks as good as #9243 is. I think this one is good to merge.

@alambalamb added the needs-rebase A PR that needs to be rebased by the author label Feb 23, 2021
@alamb

Copy link
Copy Markdown
Contributor

This PR sadly does need a rebase

@seddonm1

Copy link
Copy Markdown
ContributorAuthor

thanks @alamb rebased 👍

@alamb

Copy link
Copy Markdown
Contributor

Integration test failure looks like https://issues.apache.org/jira/browse/ARROW-11717, so ignoring

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

Labels

Component: Rust - DataFusionComponent: Rustneeds-rebaseA PR that needs to be rebased by the author

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@seddonm1@alamb@Dandandan