The router redirects /druid/v2/sql/ to /druid/v2/ and so JSON-over-HTTP SQL queries do not work. I bet something similar applies to the Avatica route at /druid/v2/sql/avatica/.
The router should become aware of SQL. I'm not sure how this will fit in with the router's query-aware routing capabilities, since lacks the SQL metadata infrastructure that the broker uses to plan and understand SQL queries. Maybe the query-aware routing won't apply to SQL at first?
The router redirects
/druid/v2/sql/to/druid/v2/and so JSON-over-HTTP SQL queries do not work. I bet something similar applies to the Avatica route at/druid/v2/sql/avatica/.The router should become aware of SQL. I'm not sure how this will fit in with the router's query-aware routing capabilities, since lacks the SQL metadata infrastructure that the broker uses to plan and understand SQL queries. Maybe the query-aware routing won't apply to SQL at first?