Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/user-docs/resources-datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For evaluation results comparing CLP and other tools, see our
| [cockroachdb][5] | JSON | 9.79 GB | 528.97 MB |
| [elasticsearch][6] | JSON | 7.98 GB | 165.91 MB |
| [spark-event-logs][7] | JSON | 1.98 GB | 211.88 MB |
| [postgresql][8] | JSON | 392.84 MB | 14.59 MB |

*<sup>†</sup> We will upload the other parts soon.*

Expand All @@ -32,3 +33,5 @@ For evaluation results comparing CLP and other tools, see our
[6]: https://zenodo.org/records/10516226

[7]: https://zenodo.org/records/10516345

[8]: https://zenodo.org/records/10516401
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Add a trailing newline at the end of the file.

Markdown files should end with a single newline character per Markdown best practices.

📝 Proposed fix
 [8]: https://zenodo.org/records/10516401
+
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
[8]: https://zenodo.org/records/10516401
[8]: https://zenodo.org/records/10516401
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)

[warning] 37-37: Files should end with a single newline character

(MD047, single-trailing-newline)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/src/user-docs/resources-datasets.md` at line 37, The file ends without a
trailing newline; add a single newline character at the end of the file so the
last line (the reference line "[8]: https://zenodo.org/records/10516401") is
terminated with a newline (ensure exactly one final newline, not extra blank
lines).

Loading