Uh oh!
There was an error while loading. Please reload this page.
Refactor regexplike signature - #13394
Conversation
jiashenC
commented
Nov 13, 2024
@jayzhan211, I made some progress first for the |
You can use signature:Signature::one_of(vec![TypeSignature::String(2),TypeSignature::String(3)],Volatility::Immutable,), |
jiashenC
commented
Nov 14, 2024
@jayzhan211 thanks for the reply! I mark this as ready for review. |
jayzhan211
commented
Nov 14, 2024
You can run |
2968fa3 to
3b0c412Comparealamb
commented
Nov 23, 2024
There appears to be a CI test failure in the examples were some queries no longer work |
alamb
commented
Nov 23, 2024
Thank you for this contribution @jiashenC |
Omega359
commented
Nov 25, 2024
I think the CI failures are a type casting issue. There are two rows in the example that have Input data for the example: https://github.com/apache/datafusion/blob/main/datafusion/physical-expr/tests/data/regex.csv |
alamb
commented
Nov 27, 2024
Marking as draft as I think this PR is no longer waiting on feedback. Please mark it as ready for review when it is ready for another look I am trying to make the review backlog easier to understand |
alamb
commented
Nov 27, 2024
(sorry I accidnetally closed the PR) |
3b0c412 to
1c18effCompare1c18eff to
2e30074Comparejayzhan211
commented
Dec 8, 2024
* update * update * update * clean up errors * fix flags types * fix failed example
* update * update * update * clean up errors * fix flags types * fix failed example
Which issue does this PR close?
Close some tasks in #13301.
What changes are included in this PR?
Simplify function signature.
Are these changes tested?
Added more tests for implicit casting.
Are there any user-facing changes?
No