Skip to content

Commit

Permalink
Fix typo with databricks classname SparkShimServiceProvider (#521)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graves <tgraves@nvidia.com>

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
  • Loading branch information
tgravescs and tgravescs authored Aug 7, 2020
1 parent 5774ade commit 9d503b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import org.apache.spark.storage.{BlockId, BlockManagerId}

class Spark300dbShims extends Spark300Shims {

override def getSparkShimVersion: ShimVersion = SparkShimVersionProvider.VERSION
override def getSparkShimVersion: ShimVersion = SparkShimServiceProvider.VERSION

override def getGpuBroadcastNestedLoopJoinShim(
left: SparkPlan,
Expand Down

0 comments on commit 9d503b3

Please sign in to comment.