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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org