kylebarron opened a new issue, #1237:
URL: https://github.com/apache/datafusion-python/issues/1237

   **Describe the bug**
   
   Testing in geodatafusion,
   
   ```py
   from datafusion import SessionContext, udf, udaf
   from geodatafusion import native
   
   ctx.register_udaf(udaf(native.Extent()))
   ```
   
   This works at runtime but does not type check.
   
   > No overloads for "udaf" match the provided arguments
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   
   Should type check.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to