We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a50d99 commit 95db5ffCopy full SHA for 95db5ff
1 file changed
docs/source/user-guide/upgrade-guides.rst
@@ -25,7 +25,7 @@ The aggregate functions :py:func:`~datafusion.functions.sum` and
25
:py:func:`~datafusion.functions.avg` now accept a ``distinct`` argument, matching
26
the other aggregate functions. ``distinct`` is inserted *before* ``filter`` in the
27
argument list, so any code that passed ``filter`` positionally must be updated to
28
-pass it as a keyword argument.
+pass it as a keyword argument. The types are distinct so a type checker should flag this.
29
30
Before:
31
0 commit comments