cloud-fan commented on code in PR #44970:
URL: https://github.com/apache/spark/pull/44970#discussion_r1474478543
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/ViewCatalog.java:
##########
@@ -129,10 +129,11 @@ default boolean viewExists(Identifier ident) {
*
* @param viewInfo the info class holding all view information
* @param orCreate create the view if it doesn't exist
+ * @return the created/replaced created
Review Comment:
shall we follow
https://github.com/apache/spark/commit/d8fb91e61352e57e733e7d7e4978c8ce555454b1#diff-76ba8535886252d11f5de158f6e465ea92dc07f3e2b3f6a976a5cb412fb19112R190
?
--
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]