wgtmac commented on code in PR #15184:
URL: https://github.com/apache/arrow/pull/15184#discussion_r1062543153


##########
cpp/src/parquet/metadata.h:
##########
@@ -282,11 +282,20 @@ class PARQUET_EXPORT FileMetaData {
 
   bool Equals(const FileMetaData& other) const;
 
-  /// \brief The number of top-level columns in the schema.
+  /// \brief The number of parquet "leaf" fields.

Review Comment:
   In the parquet specs, the official wording is `column`. 
   
   I'd suggest follow the same syntax.
   
   
https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L680



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