aokolnychyi commented on code in PR #49493:
URL: https://github.com/apache/spark/pull/49493#discussion_r1915912143
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/MetadataColumn.java:
##########
@@ -74,4 +113,13 @@ default String comment() {
default Transform transform() {
return null;
}
+
+ /**
+ * Returns the column metadata in JSON format.
+ *
+ * @since 4.0.0
+ */
+ default String metadataInJSON() {
Review Comment:
Follows exactly what we have in `Column`.
--
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]