Copilot commented on code in PR #17853:
URL: https://github.com/apache/pinot/pull/17853#discussion_r2915080207


##########
CLAUDE.md:
##########
@@ -0,0 +1,54 @@
+# CLAUDE.md - Apache Pinot
+
+## What is this project?
+Apache Pinot is a real-time distributed OLAP datastore for low-latency 
analytics over streaming and batch data. Core runtime roles: **broker** (query 
routing), **server** (segment storage/execution), **controller** (cluster 
metadata/management), **minion** (async tasks).
+
+## Repository layout
+| Directory | Purpose |
+|---|---|
+| `pinot-broker` | Broker query planning and scatter-gather |
+| `pinot-controller` | Controller APIs, table/segment metadata, Helix 
management |

Review Comment:
   The repository layout table has an extra leading pipe on each row (e.g., `|| 
Directory | Purpose |`), which renders as an unintended empty first column in 
Markdown. Use the standard single leading pipe (`| Directory | Purpose |`, 
etc.) so the table formats correctly.



##########
CLAUDE.md:
##########
@@ -0,0 +1,54 @@
+# CLAUDE.md - Apache Pinot
+
+## What is this project?
+Apache Pinot is a real-time distributed OLAP datastore for low-latency 
analytics over streaming and batch data. Core runtime roles: **broker** (query 
routing), **server** (segment storage/execution), **controller** (cluster 
metadata/management), **minion** (async tasks).

Review Comment:
   This new Markdown file is missing the standard ASF license header block that 
other top-level docs include (e.g., AGENTS.md). Please add the Apache Software 
Foundation license header at the top of this file to match repository 
conventions and satisfy license checks.



-- 
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]

Reply via email to