HyukjinKwon commented on code in PR #46319:
URL: https://github.com/apache/spark/pull/46319#discussion_r1586927903
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala:
##########
@@ -98,7 +98,7 @@ case class ExpressionWithUnresolvedIdentifier(
/**
* Holds the name of a relation that has yet to be looked up in a catalog.
*
- * @param multipartIdentifier table name
+ * @param multipartIdentifier table name or the location of files or Kafka
topic name and so on.
Review Comment:
```suggestion
* @param multipartIdentifier table name, the location of files or Kafka
topic name and so on.
```
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala:
##########
@@ -98,7 +98,7 @@ case class ExpressionWithUnresolvedIdentifier(
/**
* Holds the name of a relation that has yet to be looked up in a catalog.
*
- * @param multipartIdentifier table name
+ * @param multipartIdentifier table name or the location of files or Kafka
topic name and so on.
Review Comment:
```suggestion
* @param multipartIdentifier table name, the location of files or Kafka
topic name, etc.
```
--
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]