Skip to content

Commit 92789ac

Browse files
committed
docs: remove stale MapType fallback notes for size and cardinality
1 parent ff01bbc commit 92789ac

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/user-guide/latest/expressions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ The tables below list every Spark built-in expression with its current status.
183183

184184
## collection_funcs
185185

186-
| Function | Status | Notes |
187-
| --- | --- | --- |
188-
| `array_size` || |
189-
| `cardinality` || MapType input falls back |
190-
| `concat` || Binary/array children fall back |
191-
| `reverse` || Binary-element arrays fall back (Incompatible) ([details](compatibility/expressions/array.md)) |
192-
| `size` || MapType input falls back |
186+
| Function | Status | Notes |
187+
| ------------- | ------ | ----------------------------------------------------------------------------------------------------------- |
188+
| `array_size` | | |
189+
| `cardinality` | | |
190+
| `concat` | | Binary/array children fall back |
191+
| `reverse` | | Binary-element arrays fall back (Incompatible) ([details](compatibility/expressions/array.md)) |
192+
| `size` | | |
193193

194194
---
195195

0 commit comments

Comments
 (0)