Details
Description
The Python UDF plus_one used in GroupedAggPandasUDFTests is always returning v + 1 regardless of its type. The return type of the UDF is 'double', so if the input is int, the result will be null.
The Python UDF plus_one used in GroupedAggPandasUDFTests is always returning v + 1 regardless of its type. The return type of the UDF is 'double', so if the input is int, the result will be null.