Skip to content

Commit da64e5c

Browse files
committed
Fix unittest
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 395b52e commit da64e5c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/query/functions-v2/tests/it/scalars/testdata/string.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2764,12 +2764,12 @@ evaluation:
27642764
| Row 2 | "c" | "ccc" |
27652765
+--------+-------------+---------+
27662766
evaluation (internal):
2767-
+--------+------------------------------------------------------------------------------------+
2768-
| Column | Data |
2769-
+--------+------------------------------------------------------------------------------------+
2770-
| a | StringColumn { data: [97, 98, 99], offsets: [0, 1, 2, 3] } |
2771-
| Output | StringColumn { data: [97, 97, 97, 98, 98, 98, 99, 99, 99], offsets: [0, 3, 6, 9] } |
2772-
+--------+------------------------------------------------------------------------------------+
2767+
+--------+--------------------------------------------------------------------+
2768+
| Column | Data |
2769+
+--------+--------------------------------------------------------------------+
2770+
| a | StringColumn { data: 0x616263, offsets: [0, 1, 2, 3] } |
2771+
| Output | StringColumn { data: 0x616161626262636363, offsets: [0, 3, 6, 9] } |
2772+
+--------+--------------------------------------------------------------------+
27732773

27742774

27752775
error:

0 commit comments

Comments
 (0)