HyukjinKwon commented on a change in pull request #28533:
URL: https://github.com/apache/spark/pull/28533#discussion_r425532560
##########
File path:
examples/src/main/scala/org/apache/spark/examples/ml/ChiSqSelectorExample.scala
##########
@@ -30,9 +30,10 @@ object ChiSqSelectorExample {
.builder
.appName("ChiSqSelectorExample")
.getOrCreate()
- import spark.implicits._
// $example on$
+ import spark.implicits._
Review comment:
I think this isn't required when you run a Spark shell. Looks
intentionally excluded given that `val spark` initialization isn't involved
already.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]