Skip to content

Commit edd0864

Browse files
feldera-botrivudhk
authored andcommitted
[ci] apply automatic fixes
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
1 parent 5b441bc commit edd0864

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

python/tests/runtime_aggtest/illarg_tests/test_arr_map_type_fn.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,11 @@ def __init__(self):
518518
class illarg_arr_repeat_dtype_legal(TstView):
519519
def __init__(self):
520520
# checked manually
521-
self.data = [{"str": ["0.12", "0.12"]}, {"str": ["hello ", "hello "]}, {'str': [None, None]}]
521+
self.data = [
522+
{"str": ["0.12", "0.12"]},
523+
{"str": ["hello ", "hello "]},
524+
{"str": [None, None]},
525+
]
522526
self.sql = """CREATE MATERIALIZED VIEW arr_repeat_dtype_legal AS SELECT
523527
ARRAY_REPEAT(str, 2) AS str
524528
FROM illegal_tbl"""

0 commit comments

Comments
 (0)