We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab2749 commit 60ee5c0Copy full SHA for 60ee5c0
cpp/src/arrow/ipc/metadata-internal.h
@@ -37,7 +37,8 @@ class Status;
37
38
namespace ipc {
39
40
-static constexpr flatbuf::MetadataVersion kMetadataVersion = flatbuf::MetadataVersion_V1;
+static constexpr flatbuf::MetadataVersion kMetadataVersion =
41
+ flatbuf::MetadataVersion_V1_SNAPSHOT;
42
43
Status FieldFromFlatbuffer(const flatbuf::Field* field, std::shared_ptr<Field>* out);
44
format/Message.fbs
@@ -1,7 +1,7 @@
1
namespace org.apache.arrow.flatbuf;
2
3
enum MetadataVersion:short {
4
- V1
+ V1_SNAPSHOT
5
}
6
7
/// ----------------------------------------------------------------------
0 commit comments