@@ -111,19 +111,23 @@ If you want to write the algorithm execution result into NebulaGraph(`sink: nebu
111
111
| bfs | dfs | string |
112
112
| jaccard | jaccard | string |
113
113
| node2vec | node2vec | string |
114
-
114
+
115
+
116
+ <!--- We cannot change name of this chapter, or the version checker code will be broken --->
117
+
115
118
## Version Compatibility Matrix
116
119
117
- | Nebula Algorithm Version | Nebula Version |
118
- |:------------------------:|:--------------:|
119
- | 2.0.0 | 2.0.0, 2.0.1 |
120
- | 2.1.0 | 2.0.0, 2.0.1 |
121
- | 2.5.0 | 2.5.0, 2.5.1 |
122
- | 2.6.0 | 2.6.0, 2.6.1 |
123
- | 2.6.1 | 2.6.0, 2.6.1 |
124
- | 2.6.2 | 2.6.0, 2.6.1 |
125
- | 3.0.0 | 3.0.x, 3.1.x, 3.2.x, 3.3.x |
126
- | 3.0-SNAPSHOT | nightly |
120
+ | NebulaGraph Algorithm Version | NebulaGraph Version | Spark Version |
121
+ | :---------------------------: | :------------------------: | ------------- |
122
+ | 2.0.0 | 2.0.0, 2.0.1 | 2.4 |
123
+ | 2.1.0 | 2.0.0, 2.0.1 | 2.4 |
124
+ | 2.5.0 | 2.5.0, 2.5.1 | 2.4 |
125
+ | 2.6.0 | 2.6.0, 2.6.1 | 2.4 |
126
+ | 2.6.1 | 2.6.0, 2.6.1 | 2.4 |
127
+ | 2.6.2 | 2.6.0, 2.6.1 | 2.4 |
128
+ | 3.0.0, 3.1.x | 3.0.x, 3.1.x, 3.2.x, 3.3.x | 2.4 |
129
+ | 3.0-SNAPSHOT | nightly | 2.4 |
130
+
127
131
128
132
## Contribute
129
133
0 commit comments