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 3791819 commit 46d1e8cCopy full SHA for 46d1e8c
python/datafusion/tests/test_udaf.py
@@ -89,8 +89,8 @@ def test_errors(df):
89
df = df.aggregate([], [accum(column("a"))])
90
91
msg = (
92
- "Execution error: TypeError: Can't instantiate abstract class MissingMethods "
93
- "without an implementation for abstract methods 'evaluate', 'merge', 'update'"
+ "Can't instantiate abstract class MissingMethods without an implementation "
+ "for abstract methods 'evaluate', 'merge', 'update'"
94
)
95
with pytest.raises(Exception, match=msg):
96
df.collect()
0 commit comments