Skip to content

Commit 12adb37

Browse files
authored
docs: fix data type for not support Java Paimon BINARY(n) (#129)
1 parent 623db38 commit 12adb37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/user_guide/data_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and `Arrow DataTypes <https://arrow.apache.org/docs/format/Columnar.html#data-ty
6363
* - ``BINARY``
6464

6565
``BINARY(n)``
66-
- Binary
66+
- Not Supported
6767
- Data type of a fixed-length binary string (=a sequence of bytes).
6868

6969
The type can be declared using ``BINARY(n)`` where n is the number of

0 commit comments

Comments
 (0)