betodealmeida commented on issue #28327: URL: https://github.com/apache/superset/issues/28327#issuecomment-3140870279
I tested with a 19c version of Oracle and it works as expected: <img width="1728" height="1080" alt="Image" src="https://github.com/user-attachments/assets/2560d46f-1da4-4eac-8f1c-4c770aee95fb" /> Note that we're generating the `GROUP BY 1` query in the chart (this is a physical dataset): <img width="1728" height="1080" alt="Image" src="https://github.com/user-attachments/assets/a750f511-16ca-4b70-8e3a-56d3de90af6f" /> Oracle 19c seems to work fine with that, and that was the older version I had available to test. I'll try to change our logic so we don't generate the `GROUP BY 1`, using the expression instead, so it works with older versions. -- 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]
