pitrou commented on code in PR #38443:
URL: https://github.com/apache/arrow/pull/38443#discussion_r1409280009


##########
cpp/src/arrow/c/bridge_test.cc:
##########
@@ -287,7 +289,7 @@ struct SchemaExportChecker {
   const std::vector<std::string> flattened_names_;
   std::vector<int64_t> flattened_flags_;
   const std::vector<std::string> flattened_metadata_;
-  size_t flattened_index_;
+  size_t flattened_index_{};

Review Comment:
   Readability
   ```suggestion
     size_t flattened_index_{0};
   ```



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