Open jiashenC opened 1 week ago
Refactor signatures for lpad, rpad, left, and right. They share very similar signatures.
Closes some tasks in #13301.
Signature changes.
Existing tests.
No
You can run
cargo test --test sqllogictests
locally to reproduce the test failures.
Which issue does this PR close?
Refactor signatures for lpad, rpad, left, and right. They share very similar signatures.
Closes some tasks in #13301.
What changes are included in this PR?
Signature changes.
Are these changes tested?
Existing tests.
Are there any user-facing changes?
No