yaooqinn commented on code in PR #47052:
URL: https://github.com/apache/spark/pull/47052#discussion_r1650289293


##########
docs/sql-ref-datatypes.md:
##########
@@ -188,6 +192,8 @@ please use factory methods provided in
 |**DoubleType**|double or Double|DataTypes.DoubleType|
 
|**DecimalType**|java.math.BigDecimal|DataTypes.createDecimalType()<br/>DataTypes.createDecimalType(*precision*,
 *scale*).|
 |**StringType**|String|DataTypes.StringType|
+|**CharType(length)**|String|Not supported|
+|**VarcharType(length)**|String|Not supported|

Review Comment:
   Addressed. Thank you



-- 
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