cloud-fan commented on code in PR #37105:
URL: https://github.com/apache/spark/pull/37105#discussion_r925126983
##########
sql/core/src/main/scala/org/apache/spark/sql/catalog/Catalog.scala:
##########
@@ -101,6 +101,9 @@ abstract class Catalog {
/**
* Returns a list of columns for the given table/view in the specified
database.
*
+ * This API does not support 3 layer namespace since 3.4.0. To use 3 layer
namespace,
Review Comment:
3 layer namespace is a bit confusing, how about
```
This API does not support specifying the catalog name. To specify the
catalog name, please use
`listColumns(qualifiedTableNameWithCatalog)` instead.
```
--
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]