diff --git a/sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala b/sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala index 6f32f9d2bfcbe..5936d90154bb0 100644 --- a/sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala +++ b/sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala @@ -348,7 +348,8 @@ object ViewHelper { "spark.sql.codegen.", "spark.sql.execution.", "spark.sql.shuffle.", - "spark.sql.adaptive.") + "spark.sql.adaptive.", + SQLConf.ADDITIONAL_REMOTE_REPOSITORIES.key) private def shouldCaptureConfig(key: String): Boolean = { !configPrefixDenyList.exists(prefix => key.startsWith(prefix))