Skip to content

Commit ee33ba9

Browse files
committed
[doc] Add VARIANT type in data-types
1 parent b1e074b commit ee33ba9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/concepts/data-types.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,13 @@ All data types supported by Paimon are as follows:
175175
<code>The type can be declared using ROW&lt;n0 t0 'd0', n1 t1 'd1', ...&gt; where n is the unique name of a field, t is the logical type of a field, d is the description of a field.</code>
176176
</td>
177177
</tr>
178+
<tr>
179+
<td><code>VARIANT</code></td>
180+
<td><code>Data type of semi-structured data.</code><br><br>
181+
<code>Designed for storing any semi-structured data, including ARRAY, MAP, and scalar types. VARIANT can only store MAP types with keys of type STRING.</code><br><br>
182+
<code>Note: Requires Flink 2.0+ and Spark 4.0+.</code>
183+
</td>
184+
</tr>
178185
<tr>
179186
<td><code>BLOB</code></td>
180187
<td><code>Data type of a binary large object.</code><br><br>

0 commit comments

Comments
 (0)