dongjoon-hyun commented on code in PR #41683:
URL: https://github.com/apache/spark/pull/41683#discussion_r1287773297


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala:
##########
@@ -1118,6 +1122,38 @@ case class Range(
   }
 }
 
+@ExpressionDescription(
+  usage = "_FUNC_(identifier: String, options: Map) - " +
+    "Returns the data source relation with the given options.",
+  examples = """
+    Examples:
+      > SELECT * FROM _FUNC_('cat.db.table', map('foo','bar'));
+       1,a
+  """,
+  since = "3.5.0",

Review Comment:
   Shall we use `4.0.0`?



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