andygrove opened a new pull request, #194: URL: https://github.com/apache/datafusion-site/pull/194
## Rationale The Comet on Amazon EKS blog post (`content/blog/2026-06-03-comet-eks.md`) was not detected by the external publishing process. On investigation, it is the **only** blog post in the repo that includes a `summary:` frontmatter field. Every other post uses just `layout`, `title`, `date`, `author`, and `categories`. The `summary` value is a long single line of raw HTML containing embedded double-quotes (`<img src="..." class="...">`), which can trip up a strict frontmatter/YAML parser. Since this is the only structural way the file differs from every post that has published successfully, it is the likely cause. ## Changes Remove the `summary:` frontmatter field so the post matches the frontmatter format used by all other blog posts. -- 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]
