nuno-faria commented on code in PR #24471:
URL: https://github.com/apache/datafusion/pull/24471#discussion_r3811041350


##########
docs/source/user-guide/sql/data_types.md:
##########
@@ -107,32 +114,46 @@ The maximum supported precision for `DECIMAL` types is 76.
 
 ## Boolean Types
 
-| SQL DataType | Arrow DataType |
-| ------------ | :------------- |
-| `BOOLEAN`    | `Boolean`      |
+| SQL DataType        | Arrow DataType |
+| ------------------- | :------------- |
+| `BOOLEAN` or `BOOL` | `Boolean`      |
 
 ## Binary Types
 
 | SQL DataType | Arrow DataType |
 | ------------ | :------------- |
 | `BYTEA`      | `Binary`       |
+| `BLOB`       | `Binary`       |
+| `BINARY`     | `Binary`       |
+| `VARBINARY`  | `Binary`       |
+| `BYTES`      | `Binary`       |

Review Comment:
   They are being added here #24398, so we need to wait until that is merged.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to