vogievetsky opened a new pull request, #17180: URL: https://github.com/apache/druid/pull/17180
This PR changed Explore view to be able to work on top of an arbitrary query as its "source" instead of just a table. To achieve this I needed to get rid of @druid-toolkit/visuals-core and @druid-toolkit/visuals-react and reimplement a lot of the logic. That (and also the fixed to the test for the grouping table) account for the majority of the changes. With this PR the explore view can: ### be configured on top of a "source" query <img width="1610" alt="image" src="https://github.com/user-attachments/assets/286c3dc0-6035-4cd3-adab-e6c01ed47393"> ### make edits to the source query via point-and-click <img width="438" alt="image" src="https://github.com/user-attachments/assets/f2fb8810-ce05-48b9-802c-b59de3c52a9c"> ### store "Measures" in the source query <img width="488" alt="image" src="https://github.com/user-attachments/assets/277a1049-a67a-4c44-b86b-7187a6d786cb"> ### Have stateful URLs <img width="795" alt="image" src="https://github.com/user-attachments/assets/b1be2a83-b692-49bc-9ea4-3e2b3ca104a8"> This PR also fixes misc bugs in the explore view (and probably creates a greater number of new ones due to the increased surface area). -- 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]
