yeswanth-s1th commented on code in PR #13664: URL: https://github.com/apache/iceberg/pull/13664#discussion_r2296375292
########## site/Makefile: ########## @@ -15,12 +15,17 @@ .PHONY: help help: # Show help for each of the Makefile recipes. Review Comment: Good catch. That change was unintentional—my editor converted \033 into literal ESC bytes and the line also lost the \n. I’ll revert to a portable version. To avoid CI/non-TTY issues, I’ll drop raw colors and keep plain output so this PR stays focused on the local docs fast-path. -- 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]
