cloud-fan commented on code in PR #49126:
URL: https://github.com/apache/spark/pull/49126#discussion_r1900521793


##########
sql/api/src/main/scala/org/apache/spark/sql/types/StructField.scala:
##########
@@ -147,6 +147,17 @@ case class StructField(
     if (metadata.contains("comment")) Option(metadata.getString("comment")) 
else None
   }
 
+  /**
+   * Return the default value of this StructField.

Review Comment:
   we should add more comments here, to highlight the difference between this 
and the current/existing default values.



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