emkornfield commented on a change in pull request #11646:
URL: https://github.com/apache/arrow/pull/11646#discussion_r755685102
##########
File path: format/Schema.fbs
##########
@@ -37,7 +37,7 @@ enum MetadataVersion:short {
/// >= 0.8.0 (December 2017). Non-backwards compatible with V3.
V4,
- /// >= 1.0.0 (July 2020. Backwards compatible with V4 (V5 readers can read V4
+ /// >= 1.0.0 (July 2020). Backwards compatible with V4 (V5 readers can read
V4
Review comment:
there is a enum defined with "features" we should add column bag to that
enum. Unfortunately, I haven't had the time to integrate the enum but the
purpose was to allow clients to express which capabilities they handle the
server.
--
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]