You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/23 02:55:14 UTC

[GitHub] [spark] viirya commented on pull request #30136: [MINOR][DOCS] Fix PLAN_CHANGE_LOG_LEVEL document

viirya commented on pull request #30136:
URL: https://github.com/apache/spark/pull/30136#issuecomment-714875572


   > Oh, please change the following test case, @viirya .
   > 
   > ```scala
   > --- a/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/OptimizerLoggingSuite.scala
   > +++ b/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/OptimizerLoggingSuite.scala
   > @@ -100,7 +100,7 @@ class OptimizerLoggingSuite extends PlanTest {
   >          withSQLConf(SQLConf.PLAN_CHANGE_LOG_LEVEL.key -> level) {}
   >        }
   >        assert(error.getMessage.contains(
   > -        "Invalid value for 'spark.sql.optimizer.planChangeLog.level'."))
   > +        "Invalid value for 'spark.sql.planChangeLog.level'."))
   >      }
   >    }
   > ```
   
   Oops, fixed.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org