durgaprasadml commented on issue #40692: URL: https://github.com/apache/superset/issues/40692#issuecomment-4609023819
I investigated the issue and reproduced the initialization failure caused by the missing geohash module in clean environments. The root cause appears to be compatibility differences between available geohash package variants (geohash, python-geohash, etc.) and how the module is imported during initialization. I implemented a compatibility-safe fallback for geohash imports, added regression coverage, and verified the fix against fresh environment initialization scenarios. PR opened with the proposed fix. -- 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]
