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


##########
cpp/src/generated/parquet_types.cpp:
##########
@@ -325,7 +325,7 @@ std::string to_string(const ConvertedType::type& val) {
 
 int _kFieldRepetitionTypeValues[] = {
   /**
-   * This field is required (can not be null) and each record has exactly 1 
value.
+   * This field is required (cannot be null) and each record has exactly 1 
value.

Review Comment:
   Please do not change generated files.



##########
cpp/src/generated/parquet_types.h:
##########
@@ -192,7 +192,7 @@ std::string to_string(const ConvertedType::type& val);
 struct FieldRepetitionType {
   enum type {
     /**
-     * This field is required (can not be null) and each record has exactly 1 
value.
+     * This field is required (cannot be null) and each record has exactly 1 
value.

Review Comment:
   ditto



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