LakshSingla commented on code in PR #13756: URL: https://github.com/apache/druid/pull/13756#discussion_r1294884256
########## docs/_bin/init-metadata.sh: ########## @@ -0,0 +1,65 @@ +#!/bin/bash + +# Fail fast on any error +set -e Review Comment: ```suggestion ``` nit: This won't be required once we set `-eu` on the header. -- 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]
