Adding missing stream icons for execution plan (#20896)

This commit is contained in:
Aasim Khan
2022-10-20 15:24:30 -07:00
committed by GitHub
parent e6b36cec0f
commit 5942980300
4 changed files with 5 additions and 1 deletions

View File

@@ -84,6 +84,10 @@ export let executionPlanNodeIconPaths =
parallelism: imageBasePath + 'parallelism.png',
parallelismDistribute: imageBasePath + 'parallelism_distribute.png',
parallelismRepartition: imageBasePath + 'parallelism_repartition.png',
parameterTableScan: imageBasePath + 'parameter_table_scan.png',
print: imageBasePath + 'print.png',

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B