neodon opened a new pull request, #11552: URL: https://github.com/apache/iceberg/pull/11552
In the Spark Quickstart guide, the initial docker-compose example specifies an entrypoint script in a multi-line string. The string is mistakenly started with the 'folded style' indicator `>`, which causes formatters to collapse it into one line. Changing to the 'literal style' indicator `|` resolves the issue and preserves formatting. Folded Style: <https://yaml.org/spec/1.2.2/#813-folded-style> Literal Style: <https://yaml.org/spec/1.2.2/#812-literal-style> -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org