cloud-fan commented on code in PR #36586:
URL: https://github.com/apache/spark/pull/36586#discussion_r881180341
##########
sql/core/src/main/scala/org/apache/spark/sql/catalog/interface.scala:
##########
@@ -64,12 +64,26 @@ class Database(
@Stable
class Table(
val name: String,
- @Nullable val database: String,
+ @Nullable val qualifier: Array[String],
Review Comment:
After more thought, Maybe 2 parameters is better here: `catalog: String,
namespace: Array[String]`. The point is, for temp views, they don't belong to
any catalog, and setting `catalog` to null is more clear.
--
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]