ARROW-11738: [Rust][DataFusion] Fix Concat and Trim Functions#9551
ARROW-11738: [Rust][DataFusion] Fix Concat and Trim Functions#9551seddonm1 wants to merge 1 commit intoapache:masterfrom
Conversation
|
Thanks @seddonm1 -- I will plan to review this over the next few days |
|
@Dandandan I can add |
|
@Dandandan I have added |
There was a problem hiding this comment.
Alphabetically, this should be after concat?
There was a problem hiding this comment.
yes, my VSCode sorting treats _ before ". fixed 👍
@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 |
|
This PR sadly does need a rebase |
|
thanks @alamb rebased 👍 |
|
Integration test failure looks like https://issues.apache.org/jira/browse/ARROW-11717, so ignoring |
This PR is a child of #9243
It does a few things that are hard to separate:
concatandtrimfunctions to be in line with the Postgres implementations@alamb @jorgecarleitao
please review but merging will be dependent on #9507