This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d2d684b3d6 Publish built docs triggered by
0ca37e1b2c95563e4547867044545647755f8984
d2d684b3d6 is described below
commit d2d684b3d6b387fe7bf89b44fbd0da9ea0215d78
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 22:51:47 2026 +0000
Publish built docs triggered by 0ca37e1b2c95563e4547867044545647755f8984
---
_sources/user-guide/latest/operators.md.txt | 2 +-
.../latest/understanding-comet-plans.md.txt | 30 +++++++++++-----------
searchindex.js | 2 +-
user-guide/latest/operators.html | 2 +-
user-guide/latest/understanding-comet-plans.html | 2 +-
5 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/_sources/user-guide/latest/operators.md.txt
b/_sources/user-guide/latest/operators.md.txt
index 1b8f78d9c6..495141f9bb 100644
--- a/_sources/user-guide/latest/operators.md.txt
+++ b/_sources/user-guide/latest/operators.md.txt
@@ -30,7 +30,7 @@ not supported by Comet will fall back to regular Spark
execution.
| ExpandExec | Yes |
|
| FileSourceScanExec | Yes | Supports Parquet
files. See the [Comet Compatibility Guide] for more information.
|
| FilterExec | Yes |
|
-| GenerateExec | Yes | Supports `explode`
generator only.
|
+| GenerateExec | Yes | Supports `explode`
and `posexplode` generators (arrays only, `_outer` variants are incompatible).
|
| GlobalLimitExec | Yes |
|
| HashAggregateExec | Yes |
|
| InsertIntoHadoopFsRelationCommand | No | Experimental support
for native Parquet writes. Disabled by default.
|
diff --git a/_sources/user-guide/latest/understanding-comet-plans.md.txt
b/_sources/user-guide/latest/understanding-comet-plans.md.txt
index f66f385207..791f4bf766 100644
--- a/_sources/user-guide/latest/understanding-comet-plans.md.txt
+++ b/_sources/user-guide/latest/understanding-comet-plans.md.txt
@@ -158,21 +158,21 @@ by role. Names match what is shown in the plan output.
These run natively in DataFusion. When several appear consecutively in a plan,
they execute as a single fused native block.
-| Node | Spark equivalent
|
-| ---------------------------- |
---------------------------------------------- |
-| `CometProject` | `ProjectExec`
|
-| `CometFilter` | `FilterExec`
|
-| `CometSort` | `SortExec`
|
-| `CometLocalLimit` | `LocalLimitExec`
|
-| `CometGlobalLimit` | `GlobalLimitExec`
|
-| `CometExpand` | `ExpandExec`
|
-| `CometExplode` | `GenerateExec` (for `explode` only)
|
-| `CometHashAggregate` | `HashAggregateExec`,
`ObjectHashAggregateExec` |
-| `CometHashJoin` | `ShuffledHashJoinExec`
|
-| `CometBroadcastHashJoin` | `BroadcastHashJoinExec`
|
-| `CometSortMergeJoin` | `SortMergeJoinExec`
|
-| `CometWindow` | `WindowExec`
|
-| `CometTakeOrderedAndProject` | `TakeOrderedAndProjectExec`
|
+| Node | Spark equivalent
|
+| ---------------------------- |
----------------------------------------------- |
+| `CometProject` | `ProjectExec`
|
+| `CometFilter` | `FilterExec`
|
+| `CometSort` | `SortExec`
|
+| `CometLocalLimit` | `LocalLimitExec`
|
+| `CometGlobalLimit` | `GlobalLimitExec`
|
+| `CometExpand` | `ExpandExec`
|
+| `CometExplode` | `GenerateExec` (for `explode` and
`posexplode`) |
+| `CometHashAggregate` | `HashAggregateExec`,
`ObjectHashAggregateExec` |
+| `CometHashJoin` | `ShuffledHashJoinExec`
|
+| `CometBroadcastHashJoin` | `BroadcastHashJoinExec`
|
+| `CometSortMergeJoin` | `SortMergeJoinExec`
|
+| `CometWindow` | `WindowExec`
|
+| `CometTakeOrderedAndProject` | `TakeOrderedAndProjectExec`
|
### JVM-Side Operators
diff --git a/searchindex.js b/searchindex.js
index 134e781c05..2b8bc87e2c 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Format Your Code": [[34,
"format-your-code"]], "1. Install Comet": [[36, "install-comet"], [44,
"install-comet"]], "1. Native Operators (nativeExecs map)": [[23,
"native-operators-nativeexecs-map"]], "2. Build and Verify": [[34,
"build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[36,
"clone-iceberg-and-apply-diff"]], "2. Clone Spark and Apply Diff": [[44,
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[23,
"sink-operators-sinks [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Format Your Code": [[34,
"format-your-code"]], "1. Install Comet": [[36, "install-comet"], [44,
"install-comet"]], "1. Native Operators (nativeExecs map)": [[23,
"native-operators-nativeexecs-map"]], "2. Build and Verify": [[34,
"build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[36,
"clone-iceberg-and-apply-diff"]], "2. Clone Spark and Apply Diff": [[44,
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[23,
"sink-operators-sinks [...]
\ No newline at end of file
diff --git a/user-guide/latest/operators.html b/user-guide/latest/operators.html
index 151c51aefd..27c27535a7 100644
--- a/user-guide/latest/operators.html
+++ b/user-guide/latest/operators.html
@@ -537,7 +537,7 @@ not supported by Comet will fall back to regular Spark
execution.</p>
</tr>
<tr class="row-even"><td><p>GenerateExec</p></td>
<td><p>Yes</p></td>
-<td><p>Supports <code class="docutils literal notranslate"><span
class="pre">explode</span></code> generator only.</p></td>
+<td><p>Supports <code class="docutils literal notranslate"><span
class="pre">explode</span></code> and <code class="docutils literal
notranslate"><span class="pre">posexplode</span></code> generators (arrays
only, <code class="docutils literal notranslate"><span
class="pre">_outer</span></code> variants are incompatible).</p></td>
</tr>
<tr class="row-odd"><td><p>GlobalLimitExec</p></td>
<td><p>Yes</p></td>
diff --git a/user-guide/latest/understanding-comet-plans.html
b/user-guide/latest/understanding-comet-plans.html
index 443e5b60db..8dbbcfe2cd 100644
--- a/user-guide/latest/understanding-comet-plans.html
+++ b/user-guide/latest/understanding-comet-plans.html
@@ -698,7 +698,7 @@ they execute as a single fused native block.</p>
<td><p><code class="docutils literal notranslate"><span
class="pre">ExpandExec</span></code></p></td>
</tr>
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span
class="pre">CometExplode</span></code></p></td>
-<td><p><code class="docutils literal notranslate"><span
class="pre">GenerateExec</span></code> (for <code class="docutils literal
notranslate"><span class="pre">explode</span></code> only)</p></td>
+<td><p><code class="docutils literal notranslate"><span
class="pre">GenerateExec</span></code> (for <code class="docutils literal
notranslate"><span class="pre">explode</span></code> and <code class="docutils
literal notranslate"><span class="pre">posexplode</span></code>)</p></td>
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span
class="pre">CometHashAggregate</span></code></p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">HashAggregateExec</span></code>, <code class="docutils literal
notranslate"><span class="pre">ObjectHashAggregateExec</span></code></p></td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]