apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.3k stars 1.16k forks source link

Dump druid version from 1.2.16 to 1.2.23 #5146

Closed wForget closed 2 months ago

wForget commented 2 months ago

What is the purpose of the change

Dump druid version from 1.2.16 to 1.2.23

The current version of druid sets connectionTimeout and socketTime to 10s by default, which is less than the linkis queryTimeout configuration. This was fixed in druid 1.2.22 https://github.com/alibaba/druid/pull/5735

Related issues/PRs

Brief change log

Checklist