summaryrefslogtreecommitdiffstats
path: root/src/arrow/testing/data/forward-compatibility
diff options
context:
space:
mode:
Diffstat (limited to 'src/arrow/testing/data/forward-compatibility')
-rw-r--r--src/arrow/testing/data/forward-compatibility/README.md27
-rw-r--r--src/arrow/testing/data/forward-compatibility/schema_v6.arrowbin0 -> 120 bytes
2 files changed, 27 insertions, 0 deletions
diff --git a/src/arrow/testing/data/forward-compatibility/README.md b/src/arrow/testing/data/forward-compatibility/README.md
new file mode 100644
index 000000000..f011f2f18
--- /dev/null
+++ b/src/arrow/testing/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/src/arrow/testing/data/forward-compatibility/schema_v6.arrow b/src/arrow/testing/data/forward-compatibility/schema_v6.arrow
new file mode 100644
index 000000000..a2cd1ae9d
--- /dev/null
+++ b/src/arrow/testing/data/forward-compatibility/schema_v6.arrow
Binary files differ