dongjoon-hyun commented on code in PR #44079:
URL: https://github.com/apache/spark/pull/44079#discussion_r1411516522
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveCatalogs.scala:
##########
@@ -59,9 +59,9 @@ class ResolveCatalogs(val catalogManager: CatalogManager)
}
private def resolveNamespace(
- catalog: CatalogPlugin,
- ns: Seq[String],
- fetchMetadata: Boolean): ResolvedNamespace = {
+ catalog: CatalogPlugin,
+ ns: Seq[String],
+ fetchMetadata: Boolean): ResolvedNamespace = {
Review Comment:
Is this the only indentation issue in this file, @beliefer ?
--
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]