Skip to content

Commit a391bc1

Browse files
gforsythcpcloud
authored andcommitted
test: fix broken test
1 parent d556122 commit a391bc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibis_substrait/tests/compiler/test_compiler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,11 @@ def test_translate_table_expansion(compiler):
9797
"baseSchema": {
9898
"names": ["a", "b"],
9999
"struct": {
100+
"nullability": "NULLABILITY_REQUIRED",
100101
"types": [
101102
{"i32": {"nullability": "NULLABILITY_NULLABLE"}},
102103
{"i64": {"nullability": "NULLABILITY_NULLABLE"}},
103-
]
104+
],
104105
},
105106
},
106107
"namedTable": {"names": ["table0"]},

0 commit comments

Comments
 (0)