Skip to content

Commit 5ea6f9e

Browse files
committed
fix image paths
1 parent 919fc5a commit 5ea6f9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/current/v26.1/explain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ The output of `EXPLAIN (DISTSQL)` is a URL for a graphical diagram that displays
887887

888888
To view the [DistSQL plan diagram]({% link {{ page.version.version }}/explain-analyze.md %}#distsql-plan-diagram), open the URL. You should see the following:
889889

890-
<img src="{{ 'images/v24.2/explain-distsql-plan.png' | relative_url }}" alt="EXPLAIN (DISTSQL)" style="border:1px solid #eee;max-width:100%" />
890+
<img src="{{ 'images/v26.1/explain-distsql-plan.png' | relative_url }}" alt="EXPLAIN (DISTSQL)" style="border:1px solid #eee;max-width:100%" />
891891

892892
To include the data types of the input columns in the physical plan, use `EXPLAIN(DISTSQL, TYPES)`:
893893

@@ -904,7 +904,7 @@ EXPLAIN (DISTSQL, TYPES) SELECT l_shipmode, AVG(l_extendedprice) FROM lineitem G
904904

905905
Open the URL. You should see the following:
906906

907-
<img src="{{ 'images/v24.2/explain-distsql-types-plan.png' | relative_url }}" alt="EXPLAIN (DISTSQL)" style="border:1px solid #eee;max-width:100%" />
907+
<img src="{{ 'images/v26.1/explain-distsql-types-plan.png' | relative_url }}" alt="EXPLAIN (DISTSQL)" style="border:1px solid #eee;max-width:100%" />
908908

909909
### Find the indexes and key ranges a query uses
910910

0 commit comments

Comments
 (0)