Skip to content

Commit 05c91eb

Browse files
committed
fix slt
1 parent f32c26e commit 05c91eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/test_files/prepare.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ query TT
289289
EXPLAIN PREPARE my_plan(INT) AS SELECT id + $1 FROM person;
290290
----
291291
logical_plan
292-
01)Prepare: "my_plan" [Field { name: "", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]
292+
01)Prepare: "my_plan" [Int32]
293293
02)--Projection: person.id + $1
294294
03)----TableScan: person projection=[id]
295295

0 commit comments

Comments
 (0)