abhishekrb19 commented on code in PR #14592:
URL: https://github.com/apache/druid/pull/14592#discussion_r1266215821
##########
examples/quickstart/jupyter-notebooks/docker-jupyter/docker-compose-local.yaml:
##########
@@ -69,7 +69,7 @@ services:
- KAFKA_ENABLE_KRAFT=false
coordinator:
- image: apache/druid:${DRUID_VERSION}
+ image: apache/druid:${DRUID_VERSION:-26.0.0}
Review Comment:
hmm, what's the benefit of having a static default version here besides
having to specify fewer command line args with docker-compose? Do we expect a
developer to bump up this default version with every release as documented
[here](https://github.com/apache/druid/blob/master/distribution/asf-release-process-guide.md#preparing-the-master-branch-for-the-next-version-after-branching)?
For example, currently, it should be `28.0.0` to get the latest and greatest
features
--
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]