We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa04bac commit 592e43bCopy full SHA for 592e43b
tests/system/small/test_dataframe_io.py
@@ -400,9 +400,6 @@ def test_to_pandas_batches_w_empty_dataframe_json_in_list(session):
400
assert len(results[0]) == 0
401
402
403
-# --- Behavior 2: JSON in Struct ---
404
-
405
406
def test_to_pandas_batches_w_empty_dataframe_json_in_struct(session):
407
"""Tests to_pandas_batches() with an empty DataFrame containing a struct of JSON.
408
@@ -429,9 +426,6 @@ def test_to_pandas_batches_w_empty_dataframe_json_in_struct(session):
429
426
430
427
431
428
432
-# --- Behavior 3: Simple JSON ---
433
434
435
def test_to_pandas_batches_w_empty_dataframe_simple_json(session):
436
"""Tests to_pandas_batches() with an empty DataFrame containing a simple JSON column.
437
0 commit comments