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

yuqi4733 pushed a commit to branch minor
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 1fc328b74ae5d02e049ed4a3dfec1f690d3f5b2b
Author: yuqi <[email protected]>
AuthorDate: Tue Dec 16 19:46:01 2025 +0800

    fix
---
 docs/lakehouse-generic-lance-table.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/lakehouse-generic-lance-table.md 
b/docs/lakehouse-generic-lance-table.md
index 174e5f9a8c..62f7b6ef22 100644
--- a/docs/lakehouse-generic-lance-table.md
+++ b/docs/lakehouse-generic-lance-table.md
@@ -48,7 +48,7 @@ Lance uses Apache Arrow for table schemas. The following 
table shows type mappin
 | Gravitino Type                   | Arrow Type                              |
 |----------------------------------|-----------------------------------------|
 | `Struct`                         | `Struct`                                |
-| `Map`                            | `Map`                                   |
+| `Map`                            | Not supported by Lance                  |
 | `List`                           | `Array`                                 |
 | `Boolean`                        | `Boolean`                               |
 | `Byte`                           | `Int8`                                  |
@@ -72,7 +72,7 @@ Lance uses Apache Arrow for table schemas. The following 
table shows type mappin
 | `Time`/`Time(9)`                 | `Time Nanosecond`                       |
 | `Null`                           | `Null`                                  |
 | `Fixed(n)`                       | `Fixed-Size Binary(n)`                  |
-| `Interval_year`                  | `Interval(YearMonth)`                   |
+| `Interval_year`                  | Not supported by Lance                  |
 | `Interval_day`                   | `Duration(Microsecond)`                 |
 | `External(arrow_field_json_str)` | Any Arrow Field                         |
 

Reply via email to