Skip to content

Commit

Permalink
fix yield in exchange (#1988) (#1997)
Browse files Browse the repository at this point in the history
Co-authored-by: cooper-lzy <[email protected]>
  • Loading branch information
github-actions[bot] and cooper-lzy authored Mar 13, 2023
1 parent 4e97ff2 commit 2ad3c3a
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [SHOW STATS](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [`SHOW STATS`](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [SHOW STATS](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [SHOW STATS](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [SHOW STATS](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [`SHOW STATS`](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [SHOW STATS](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [`SHOW STATS`](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [SHOW STATS](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [`SHOW STATS`](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [SHOW STATS](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [`SHOW STATS`](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [`SHOW STATS`](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ You can search for `batchSuccess.<tag_name/edge_name>` in the command output to
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [`SHOW STATS`](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ Connect to the NebulaGraph database using the client tool and import the SST fil
Users can verify that data has been imported by executing a query in the NebulaGraph client (for example, NebulaGraph Studio). For example:

```ngql
GO FROM "player100" OVER follow;
LOOKUP ON player YIELD id(vertex);
```

Users can also run the [`SHOW STATS`](../../3.ngql-guide/7.general-query-statements/6.show/14.show-stats.md) command to view statistics.
Expand Down

0 comments on commit 2ad3c3a

Please sign in to comment.