Skip to content

Commit 2463b3d

Browse files
committed
updating expecteds
1 parent 814f4b3 commit 2463b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ast/data/functions1.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ df123 = df111.select(regexp_replace(col("A"), "B", "", 1, 0), regexp_replace(col
550550

551551
df124 = df111.select(replace(col("A"), "", ""), replace(col("A"), "B", "ahsgj"))
552552

553-
df125 = df111.select(char_index(col("A"), col("B"), 20), char_index(col("A"), col("B"), col("C")))
553+
df125 = df111.select(charindex(col("A"), col("B"), 20), charindex(col("A"), col("B"), col("C")))
554554

555555
df126 = df111.select(collate(col("A"), "sp-upper"))
556556

@@ -15229,7 +15229,7 @@ body {
1522915229
name {
1523015230
name {
1523115231
sp_name_flat {
15232-
name: "char_index"
15232+
name: "charindex"
1523315233
}
1523415234
}
1523515235
}
@@ -15313,7 +15313,7 @@ body {
1531315313
name {
1531415314
name {
1531515315
sp_name_flat {
15316-
name: "char_index"
15316+
name: "charindex"
1531715317
}
1531815318
}
1531915319
}

0 commit comments

Comments
 (0)