ion-elgreco commented on PR #912:
URL: 
https://github.com/apache/datafusion-python/pull/912#issuecomment-2427329120

   @timsaucer Ah my bad, we need to add this at the end of the function, then 
it should run:
   
   ```
   if isinstance(left_on,str):
       left_on=[left_on]
   if isinstance(right_on,str):
       right_on=[right_on]
   ```
   
   Can't  add it now myself to test :(


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to