alamb commented on code in PR #145:
URL: https://github.com/apache/parquet-site/pull/145#discussion_r2645636889


##########
data/implementations/features/api-features.yaml:
##########
@@ -1,8 +1,8 @@
 category_id: api-features
 features:
-  - id: api-external-column-data
-    display_name: External column data
-    note: "In parquet.thrift: ColumnChunk->file_path"
+  - id: api-parquet-summary-file
+    display_name: Parquet summary file
+    note: "Files named _metadata that consolidate footers from multiple 
parquet files."

Review Comment:
   I think the reference to the `file_path` field will help keep this specific. 
So perhaps something like 
   
   ```suggestion
       note: "Files named _metadata that consolidate footers from multiple 
parquet files, stored in ColumnChunk->file_path"
   ```



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

Reply via email to