druid/processing
Kashif Faraz aaf0aaad8f
Enable routing of SQL queries at Router (#11566)
This PR adds a new property druid.router.sql.enable which allows the
Router to handle SQL queries when set to true.

This change does not affect Avatica JDBC requests and they are still routed
by hashing the Connection ID.

To allow parsing of the request object as a SqlQuery (contained in module druid-sql),
some classes have been moved from druid-server to druid-services with
the same package name.
2021-08-13 18:44:39 +05:30
..
src Enable routing of SQL queries at Router (#11566) 2021-08-13 18:44:39 +05:30
pom.xml upgrade error-prone to 2.7.1 and support checks with Java 11+ (#11363) 2021-06-16 12:55:34 -07:00