timsaucer opened a new pull request, #1555:
URL: https://github.com/apache/datafusion-python/pull/1555

   # Which issue does this PR close?
   
   Related to #1533
   
    # Rationale for this change
   
   Upstream DataFusion deprecated `call()` on table functions so that we could 
support far more features. Instead we should use `call_with_args`. That is 
already being done in `main` using default table function arguments. This PR 
exposes the full functionality of the function signature.
   
   # What changes are included in this PR?
   
   - Enhance table functions to take the table parameters.
   - Add unit tests
   
   # Are there any user-facing changes?
   
   Yes, this changes the expected arguments to pure python table functions.


-- 
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