Copilot commented on code in PR #3367:
URL: https://github.com/apache/doris-website/pull/3367#discussion_r2789588732


##########
docs/query-data/window-function.md:
##########
@@ -707,4 +707,4 @@ curl --location-trusted \
 http://127.0.0.1:8030/api/doc_tpcds/customer_address/_stream_load
 ```
 
-The data files ``item_1_10.dat``, ``date-dim_1_10.dat``, ``store_stales.csv``, 
and ``customer-address_1_10.dat`` can be downloaded by clicking on the 
[link](https://cdn.selectdb.com/static/doc_ddl_dir_d27a752a7b.tar).
\ No newline at end of file
+The data files ``item_1_10.dat``, ``date-dim_1_10.dat``, ``store_stales.csv``, 
and ``customer-address_1_10.dat`` can be downloaded by clicking on the 
[link](https://cdn.selectdb.com/static/doc_ddl_dir_d27a752a7b.tar).

Review Comment:
   The narrative list of downloadable data files has typos/inconsistent 
filenames (e.g., `date-dim_1_10.dat`, `store_stales.csv`, 
`customer-address_1_10.dat`) that don’t match the actual filenames used in the 
preceding Stream Load commands (`date_dim_1_10.dat`, `store_sales.csv`, 
`customer_address_1_10.dat`). This can mislead users trying to locate the 
files; update the list to use the same filenames as the commands/archive.
   ```suggestion
   The data files ``item_1_10.dat``, ``date_dim_1_10.dat``, 
``store_sales.csv``, and ``customer_address_1_10.dat`` can be downloaded by 
clicking on the 
[link](https://cdn.selectdb.com/static/doc_ddl_dir_d27a752a7b.tar).
   ```



##########
versioned_docs/version-4.x/query-data/window-function.md:
##########
@@ -707,4 +707,4 @@ curl --location-trusted \
 http://127.0.0.1:8030/api/doc_tpcds/customer_address/_stream_load
 ```
 
-The data files ``item_1_10.dat``, ``date-dim_1_10.dat``, ``store_stales.csv``, 
and ``customer-address_1_10.dat`` can be downloaded by clicking on the 
[link](https://cdn.selectdb.com/static/doc_ddl_dir_d27a752a7b.tar).
\ No newline at end of file
+The data files ``item_1_10.dat``, ``date-dim_1_10.dat``, ``store_stales.csv``, 
and ``customer-address_1_10.dat`` can be downloaded by clicking on the 
[link](https://cdn.selectdb.com/static/doc_ddl_dir_d27a752a7b.tar).

Review Comment:
   The downloadable data file list contains inconsistent/incorrect filenames 
(`date-dim_1_10.dat`, `store_stales.csv`, `customer-address_1_10.dat`) compared 
to the filenames referenced in the Stream Load examples above 
(`date_dim_1_10.dat`, `store_sales.csv`, `customer_address_1_10.dat`). Please 
align the names so readers can find the correct files.
   ```suggestion
   The data files ``item_1_10.dat``, ``date_dim_1_10.dat``, 
``store_sales.csv``, and ``customer_address_1_10.dat`` can be downloaded by 
clicking on the 
[link](https://cdn.selectdb.com/static/doc_ddl_dir_d27a752a7b.tar).
   ```



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