This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git
The following commit(s) were added to refs/heads/main by this push:
new 3d073a4b4 chore: Remove the content related to arrow. (#2965)
3d073a4b4 is described below
commit 3d073a4b4b849e165ef6ae4d4812a509b1d6bec3
Author: LiangliangSui <[email protected]>
AuthorDate: Wed Dec 3 11:32:30 2025 +0800
chore: Remove the content related to arrow. (#2965)
<!--
**Thanks for contributing to Apache Fory™.**
**If this is your first time opening a PR on fory, you can refer to
[CONTRIBUTING.md](https://github.com/apache/fory/blob/main/CONTRIBUTING.md).**
Contribution Checklist
- The **Apache Fory™** community has requirements on the naming of pr
titles. You can also find instructions in
[CONTRIBUTING.md](https://github.com/apache/fory/blob/main/CONTRIBUTING.md).
- Apache Fory™ has a strong focus on performance. If the PR you submit
will have an impact on performance, please benchmark it first and
provide the benchmark result here.
-->
## Why?
<!-- Describe the purpose of this PR. -->
## What does this PR do?
<!-- Describe the details of this PR. -->
Remove the content related to arrow.
Signed-off-by: Liangliang Sui <[email protected]>
---
docs/specification/xlang_serialization_spec.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/specification/xlang_serialization_spec.md
b/docs/specification/xlang_serialization_spec.md
index 297f9b627..3be8c962e 100644
--- a/docs/specification/xlang_serialization_spec.md
+++ b/docs/specification/xlang_serialization_spec.md
@@ -64,7 +64,7 @@ also introduce more complexities compared to static
serialization frameworks. So
- named_ext: an `ext` type whose type mapping will be encoded as a name.
- list: a sequence of objects.
- set: an unordered set of unique elements.
-- map: a map of key-value pairs. Mutable types such as
`list/map/set/array/tensor/arrow` are not allowed as key of map.
+- map: a map of key-value pairs. Mutable types such as
`list/map/set/array/tensor` are not allowed as key of map.
- duration: an absolute length of time, independent of any calendar/timezone,
as a count of nanoseconds.
- timestamp: a point in time, independent of any calendar/timezone, as a count
of nanoseconds. The count is relative
to an epoch at UTC midnight on January 1, 1970.
@@ -82,8 +82,6 @@ also introduce more complexities compared to static
serialization frameworks. So
- float32_array: one dimensional float32 array.
- float64_array: one dimensional float64 array.
- tensor: multidimensional array which every sub-array have same size and type.
-- arrow record batch: an arrow [record
batch](https://arrow.apache.org/docs/cpp/tables.html#record-batches) object.
-- arrow table: an arrow
[table](https://arrow.apache.org/docs/cpp/tables.html#tables) object.
Note:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]