chris-twiner commented on PR #54539:
URL: https://github.com/apache/spark/pull/54539#issuecomment-3985650430

   I'm torn, I think the functionality is probably the right thing to do (tm) 
from a general expectations perspective, but I would also think you would want 
a correct type in the scala code, which as[Row] would not be, but as[ 
NamedTuple[("name", "age"), (String, Int)] ] would be so it doesn't seem wholly 
correct for the aim.
   
   I also get adding a specific test case for scala 3.7 is likely a bigger ask 
anyway but could you paste a use case using NamedTuple here please in case I'm 
misunderstanding something?
   
   


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