hashhar commented on issue #30979:
URL: https://github.com/apache/superset/issues/30979#issuecomment-2488587324

   For more context, we (trino python client maintainers) had been unable to 
find a standard way to expose field names for structural types (ROW in Trino's 
case, similar to STRUCT in BigQuery for example) so we implemented something in 
https://github.com/trinodb/trino-python-client/pull/335.
   
   Superset can use those methods to retrieve the field names for nested types. 
Note that we don't use a dict to represent row types because the semantics are 
different and some valid ROW values cannot be represented as a dict and 
round-trip and equality becomes problematic so we are not open to changing that 
decision.


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