bkietz commented on code in PR #37792:
URL: https://github.com/apache/arrow/pull/37792#discussion_r1337433745
##########
cpp/src/arrow/ipc/metadata_internal.cc:
##########
@@ -820,7 +846,7 @@ Status FieldFromFlatbuffer(const flatbuf::Field* field,
FieldPosition field_pos,
dictionary_id = encoding->id();
}
- // 4. Is it an extension type?
+ // 4. Is it an extension or view type?
Review Comment:
Ah, this is a holdover from before view could roundtrip through IPC. I'll
remove it
--
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]