rusackas commented on PR #39287: URL: https://github.com/apache/superset/pull/39287#issuecomment-4773877007
@SBIN2010 the description lookup reads `rawDatasource.columns`/`rawDatasource.metrics`, but `isEqualColumns` never compares those — so a description-only edit returns a stale memoized result and the tooltip won't update. Can you either extend the comparator or pull the lookup out of `processColumns`? -- 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]
