giftig commented on issue #30052: URL: https://github.com/apache/superset/issues/30052#issuecomment-2822042475
Yeah I don't think anything's been fixed here. I've just tried verifying it by upgrading to `5.0.0-rc2` but had some issues with requirements failing to install when I tried swapping the image tag, so wasn't able to quickly try it again but I can try to reproduce with a fresh db / install when I have some spare time. I suspect using postgres `INTERVAL` is a less common usecase since more people are using "big data" engines like trino with superset and only some use cases would use `INTERVAL` even among postgres users, so it's a fairly niche bug but a bug nonetheless. I'd take a look at fixing this one but lately I've only been using superset for a hobby project and I worked around this bug by converting `INTERVAL`s to integers for that, so not sure I'll get the bandwidth very soon. -- 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]
