This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 41209ab  ARROW-9399: [C++] Check in serialized schema with 
MetadataVersion::V6
41209ab is described below

commit 41209ab1ead9fa8438cc41da4640354799627549
Author: Wes McKinney <[email protected]>
AuthorDate: Tue Jul 14 16:25:31 2020 -0500

    ARROW-9399: [C++] Check in serialized schema with MetadataVersion::V6
---
 data/forward-compatibility/README.md       |  27 +++++++++++++++++++++++++++
 data/forward-compatibility/schema_v6.arrow | Bin 0 -> 120 bytes
 2 files changed, 27 insertions(+)

diff --git a/data/forward-compatibility/README.md 
b/data/forward-compatibility/README.md
new file mode 100644
index 0000000..f011f2f
--- /dev/null
+++ b/data/forward-compatibility/README.md
@@ -0,0 +1,27 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+# Forward compatibility testing files
+
+This folder contains files to help with verifying that current Arrow libraries
+reject Flatbuffers protocol additions "from the future" (like new data types,
+new features, new metadata versions, etc.).
+
+* schema_v6.arrow: a serialized Schema using a currently non-existent
+  MetadataVersion::V6
\ No newline at end of file
diff --git a/data/forward-compatibility/schema_v6.arrow 
b/data/forward-compatibility/schema_v6.arrow
new file mode 100644
index 0000000..a2cd1ae
Binary files /dev/null and b/data/forward-compatibility/schema_v6.arrow differ

Reply via email to