ganeshashree commented on PR #53208:
URL: https://github.com/apache/spark/pull/53208#issuecomment-3574111673
> It seems that we have three places in this file, @ganeshashree .
>
> ```scala
> $ git grep 'new SessionCatalog(newEmptyCatalog())'
>
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala:
val catalog = new SessionCatalog(newEmptyCatalog())
>
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala:
val catalog = new SessionCatalog(newEmptyCatalog())
>
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala:
val catalog = new SessionCatalog(newEmptyCatalog())
> ```
>
> If the above three changes come from other JIRA IDs, please make a new
JIRA issue instead of the follow-up,
@dongjoon-hyun Thanks for reviewing. I have addressed the two cases related
to the changes made as part of SPARK-54130. The third one involves defining
`withEmptyCatalog`
[here](https://github.com/apache/spark/blob/master/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala#L73)
and doesn't require any action.
--
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]