gnehil commented on code in PR #199:
URL:
https://github.com/apache/doris-spark-connector/pull/199#discussion_r1565241823
##########
spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/SchemaUtils.scala:
##########
@@ -130,6 +130,8 @@ private[spark] object SchemaUtils {
case "MAP" => MapType(DataTypes.StringType,
DataTypes.StringType)
case "STRUCT" => DataTypes.StringType
case "VARIANT" => DataTypes.StringType
+ case "IPV4" => DataTypes.StringType
Review Comment:
Please handle the indentation alignment to ensure uniform style.
--
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]