zero323 commented on pull request #33428:
URL: https://github.com/apache/spark/pull/33428#issuecomment-886432379


   > Yeah, if it gets too long to write up in the type annotation for all valid 
cases, we could just use `Any` for now, and document the expected usage for now.
   
   Just a clarification ‒ as is, I don't think we can have meaningful 
annotation if we want to annotate this specific usage. Once we have `*args: 
Any` it will make any other signature ambiguous. In other words  there is no 
way to tell what is the intention behind code like this:
   
   ```
   Row("foo", "bar")
   ```
   
   


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