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-site.git
The following commit(s) were added to refs/heads/main by this push:
new dd7d75d9e 🔄 synced local 'docs/specification/' with remote
'docs/specification/'
dd7d75d9e is described below
commit dd7d75d9e25a7fb53670f5cc9a7de63ef64b80c7
Author: chaokunyang <[email protected]>
AuthorDate: Tue Dec 2 17:49:10 2025 +0000
🔄 synced local 'docs/specification/' with remote 'docs/specification/'
---
docs/specification/xlang_type_mapping.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/specification/xlang_type_mapping.md
b/docs/specification/xlang_type_mapping.md
index 7fec51e41..a3b8a70ab 100644
--- a/docs/specification/xlang_type_mapping.md
+++ b/docs/specification/xlang_type_mapping.md
@@ -66,8 +66,6 @@ Note:
| float16_array | 35 | float[] | ndarray(float16)
| / | `fory::float16_t[n]/vector<T>` |
`[n]float16/[]T` | `Vec<fory::f16>` |
| float32_array | 36 | float[] | ndarray(float32)
| / | `float[n]/vector<T>` |
`[n]float32/[]T` | `Vec<f32>` |
| float64_array | 37 | double[] | ndarray(float64)
| / | `double[n]/vector<T>` |
`[n]float64/[]T` | `Vec<f64>` |
-| arrow record batch | 38 | / | /
| / | / | /
| / |
-| arrow table | 39 | / | /
| / | / | /
| / |
## Type info(not implemented currently)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]