Skip to content

Commit

Permalink
refactor: char_length -> charLength
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Dec 15, 2023
1 parent 6599f88 commit 2542d01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class StringFunctionTest extends PlanTestBase {

@ParameterizedTest
@ValueSource(strings = {"c16", "vc32"})
void char_length(String column) throws Exception {
void charLength(String column) throws Exception {
String query = String.format("SELECT char_length(%s) FROM strings", column);
assertSqlSubstraitRelRoundTrip(query, CREATES);
}
Expand Down

0 comments on commit 2542d01

Please sign in to comment.