chia7712 commented on code in PR #17996:
URL: https://github.com/apache/kafka/pull/17996#discussion_r1864984778


##########
generator/src/main/java/org/apache/kafka/message/checker/MetadataSchemaCheckerTool.java:
##########
@@ -65,6 +66,10 @@ public static void run(
         evolutionGitVerifierParser.addArgument("--file", "-3").
             required(true).
             help("The edited JSON file");
+        evolutionGitVerifierParser.addArgument("--ref", "-4")
+            .required(false)
+            .setDefault("refs/heads/trunk")
+            .help("Optional Git reference to be used for testing. Defaults to 
'HEAD' if not specified.");

Review Comment:
   `HEAD` -> `refs/heads/trunk`



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to