codeant-ai-for-open-source[bot] commented on PR #38554:
URL: https://github.com/apache/superset/pull/38554#issuecomment-4036947687
## **Sequence Diagram**
This PR updates the Explore column tooltip flow so that it shows a
human-readable data type based on the column backend type or its generic type
instead of always showing "column".
```mermaid
sequenceDiagram
participant User
participant ExploreUI
participant ColumnOption
participant LabelUtils
User->>ExploreUI: Hover over column in Columns panel
ExploreUI->>ColumnOption: Render column option with tooltip
ColumnOption->>LabelUtils: getColumnTypeTooltipNode(column)
LabelUtils->>LabelUtils: Choose type label from type or generic type
LabelUtils-->>ColumnOption: Tooltip content with Column type label or
null
ColumnOption-->>User: Show tooltip with actual data type if available
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]