You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/12 09:45:50 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #10289: PARQUET-1798: [C++] Review logic around automatic assignment of field_id's

pitrou commented on a change in pull request #10289:
URL: https://github.com/apache/arrow/pull/10289#discussion_r630890862



##########
File path: cpp/src/parquet/schema.cc
##########
@@ -43,6 +44,39 @@ void ThrowInvalidLogicalType(const LogicalType& logical_type) {
   throw ParquetException(ss.str());
 }
 
+class PARQUET_EXPORT FieldIdCheckout {

Review comment:
       Can you explain what this is for?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org