Skip to content

Commit 95db5ff

Browse files
Update docs/source/user-guide/upgrade-guides.rst
Co-authored-by: Nick <24689722+ntjohnson1@users.noreply.github.com>
1 parent 1a50d99 commit 95db5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/user-guide/upgrade-guides.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The aggregate functions :py:func:`~datafusion.functions.sum` and
2525
:py:func:`~datafusion.functions.avg` now accept a ``distinct`` argument, matching
2626
the other aggregate functions. ``distinct`` is inserted *before* ``filter`` in the
2727
argument list, so any code that passed ``filter`` positionally must be updated to
28-
pass it as a keyword argument.
28+
pass it as a keyword argument. The types are distinct so a type checker should flag this.
2929

3030
Before:
3131

0 commit comments

Comments
 (0)