kszucs commented on a change in pull request #10797:
URL: https://github.com/apache/arrow/pull/10797#discussion_r676434366



##########
File path: cpp/src/arrow/ipc/metadata_internal.cc
##########
@@ -74,7 +74,7 @@ MetadataVersion GetMetadataVersion(flatbuf::MetadataVersion 
version) {
       return MetadataVersion::V2;
     case flatbuf::MetadataVersion::V3:
       // Arrow 0.3 to 0.7.1
-      return MetadataVersion::V4;
+      return MetadataVersion::V3;

Review comment:
       Nice catch! Do we have any relevant issue reports?




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