Skip to content
Snippets Groups Projects
Commit 9461f5ee authored by Gábor Lipták's avatar Gábor Lipták Committed by Sean Owen
Browse files

[SPARK-11573] Correct 'reflective access of structural type member meth…

…od should be enabled' Scala warnings

Author: Gábor Lipták <gliptak@gmail.com>

Closes #9550 from gliptak/SPARK-11573.
parent 9a73b33a
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
package org.apache.spark.streaming.receiver package org.apache.spark.streaming.receiver
import scala.collection.mutable import scala.collection.mutable
import scala.language.reflectiveCalls
import org.scalatest.BeforeAndAfter import org.scalatest.BeforeAndAfter
import org.scalatest.Matchers._ import org.scalatest.Matchers._
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment