Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
by scala 2.13
  • Loading branch information
LuciferYang committed Nov 20, 2020
commit 70e84c6cf26f000b65b2c542af98857f1c0daac7
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package org.apache.spark.graphx.impl

import scala.language.higherKinds
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checked by Scala 2.13 compiler

import scala.reflect.ClassTag

import org.apache.spark.graphx._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package org.apache.spark.graphx.impl

import scala.language.higherKinds
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checked by Scala 2.13 compiler

import scala.language.implicitConversions
import scala.reflect.ClassTag

Expand Down