move array function unit_tests to sqllogictest#8332
Conversation
|
cc @jayzhan211 @alamb PTAL |
|
Let me know if this looks good to you @jayzhan211 |
Sure! But I found that |
I agree this is a good plan (to keep |
Signed-off-by: veeupup <code@tanweime.com>
8d983fa to
8f84321
Compare
|
OK, we can keep it. I am just afraid that people will create test in array_expression.rs if there is still rust test (any kind of test) inside it. |
Maybe we should leave some comments for it 🤔 |
I think comments help. |
alamb
left a comment
There was a problem hiding this comment.
Thank you @Veeupup @jayzhan211 and @Weijun-H
Which issue does this PR close?
Closes #8324 .
I have checked the unit tests in
array_expressions.rsand found that almost all test cases are covered bysqllogictest.So this PR is almost about removing the duplicate unit tests
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?