We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd0aa9 commit cafb558Copy full SHA for cafb558
docs/source/contributor-guide/adding_a_new_operator.md
@@ -181,6 +181,8 @@ Support levels:
181
- **`Incompatible()`** - Supported but may differ; requires explicit opt-in
182
- **`Unsupported()`** - Not supported under current conditions
183
184
+Note that Comet will treat an operator as incompatible if any of the child expressions are incompatible.
185
+
186
### Step 3: Register the Operator
187
188
Add your operator to the `opSerdeMap` in `QueryPlanSerde.scala`:
0 commit comments