gianm opened a new pull request, #19951:
URL: https://github.com/apache/druid/pull/19951
This patch adds a Druid JDBC driver that uses the regular endpoint,
/druid/v2/sql/. It is recommended over the Avatica driver for a variety of
benefits, including: driver-side connection management that doesn't require
sticky load balancing, streaming results, support for SET statements, and
support for non-native SqlEngines.
In addition to the new module, there are core changes:
1) TIMESTAMP parameters to parameterized queries, when provided as strings
with zone offsets, are now correctly interpreted in the provided zone.
2) SQL now correctly treats function names in JDBC {fn ...} escapes
case-insensitively.
3) SQL now correctly handles the JDBC escape {fn now()}.
--
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]