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 2ba0b9a commit 3791819Copy full SHA for 3791819
python/datafusion/tests/test_udaf.py
@@ -61,8 +61,6 @@ def state(self) -> List[pa.Scalar]:
61
62
@pytest.fixture
63
def df(ctx):
64
- # ctx = SessionContext()
65
-
66
# create a RecordBatch and a new DataFrame from it
67
batch = pa.RecordBatch.from_arrays(
68
[pa.array([1, 2, 3]), pa.array([4, 4, 6])],
0 commit comments