Skip to content

Commit 7c70ca1

Browse files
committed
docs: reformat notes in extensions
1 parent b537d3d commit 7c70ca1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

site/docs/extensions/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ message AdvancedExtension {
159159

160160
!!! note "Enhancements vs Optimizations"
161161

162-
Use **optimizations** for performance hints that don't change semantics and can be safely ignored. Use **enhancements** for semantic changes that must be understood by consumers or the plan cannot be executed correctly.
162+
* Use **optimizations** for performance hints that don't change semantics and can be safely ignored.
163+
* Use **enhancements** for semantic changes that must be understood by consumers or the plan cannot be executed correctly.
163164

164165
#### Optimizations
165166

@@ -177,9 +178,9 @@ Use **optimizations** for performance hints that don't change semantics and can
177178

178179
!!! note "Enhancement Constraints"
179180

180-
Semantic-changing extensions shouldn't change the core characteristics of the underlying relation. For example, they should *not* change the default direct output field ordering, change the number of fields output or change the behavior of physical property characteristics. If one needs to change one of these behaviors, one should define a new relation as described below.
181+
Semantic-changing extensions shouldn't change the core characteristics of the underlying relation. For example, they should *not* change the default direct output field ordering, change the number of fields output or change the behavior of physical property characteristics. If one needs to change one of these behaviors, one should define a new relation as described below.
181182

182-
#### Where AdvancedExtension Messages Can Be Used
183+
#### Where `AdvancedExtension` Messages Can Be Used
183184

184185
The `AdvancedExtension` message can be attached to various parts of a Substrait plan:
185186

0 commit comments

Comments
 (0)