This is an automated email from the ASF dual-hosted git repository.
yuqi1129 pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new f000346dea [Cherry-pick to branch-1.3] fix(docs): remove
MDX-incompatible curly braces in lance-rest-integration doc (#11520) (#11530)
f000346dea is described below
commit f000346dea6e8f05b2d7347237fb44245d620d95
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 22:10:02 2026 +0800
[Cherry-pick to branch-1.3] fix(docs): remove MDX-incompatible curly braces
in lance-rest-integration doc (#11520) (#11530)
**Cherry-pick Information:**
- Original commit: dc3b3ea25a7e81e6874791842818f40c5079970b
- Target branch: `branch-1.3`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Qi Yu <[email protected]>
---
docs/lance-rest-integration.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/lance-rest-integration.md b/docs/lance-rest-integration.md
index a3b32634a7..988d3cb895 100644
--- a/docs/lance-rest-integration.md
+++ b/docs/lance-rest-integration.md
@@ -23,12 +23,12 @@ The following table outlines the tested compatibility
between Gravitino versions
| Gravitino Version (Lance REST) | Supported lance-spark Versions | Supported
lance-ray Versions |
|--------------------------------|--------------------------------|-----------------------------------------------|
| 1.1.1 - 1.2.1 | 0.0.10 - 0.0.15 | 0.0.6 -
0.0.8 |
-| 1.3.0 | {0.2.0, 0.4.0} | 0.3.0 -
0.4.2 (0.2.0 conditionally supported) |
+| 1.3.0 | 0.2.0, 0.4.0 | 0.3.0 -
0.4.2 (0.2.0 conditionally supported) |
:::note
- These version entries show which versions are expected to work together.
- For Gravitino 1.3.0, the explicitly verified release versions are
- `lance-spark` {0.2.0, 0.4.0} and `lance-ray` {0.3.0, 0.4.2}. `lance-ray`
+ `lance-spark` (0.2.0, 0.4.0) and `lance-ray` (0.3.0, 0.4.2). `lance-ray`
0.2.0 is conditionally supported only with the conditions described below.
- **`lance-spark` 0.1.0 and 0.1.1 are not supported on Gravitino 1.3.0.**