Skip to content

Commit

Permalink
Update tests/system/small/test_dataframe_io.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Sweña (Swast) <[email protected]>
  • Loading branch information
chelsea-lin and tswast authored Jan 23, 2025
1 parent 337cf8b commit af47e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/small/test_dataframe_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def test_load_json_to_pandas_has_correct_result(session):


def test_load_json_in_struct(session):
"""Avoid regressions for internal issue 381148539."""
sql = """
SELECT 0 AS id, STRUCT(JSON_OBJECT('boolean', True) AS data, 1 AS number) AS struct_col
UNION ALL
Expand Down

0 comments on commit af47e91

Please sign in to comment.