Skip to content

Commit

Permalink
Merge pull request NVIDIA#2213 from NVIDIA/branch-0.5
Browse files Browse the repository at this point in the history
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
  • Loading branch information
nvauto authored Apr 21, 2021
2 parents 9753553 + 488c6a7 commit 65552b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, NVIDIA CORPORATION.
* Copyright (c) 2020-2021, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@ case class GpuBroadcastNestedLoopJoinExec(
joinType: JoinType,
condition: Option[Expression],
targetSizeBytes: Long)
extends GpuBroadcastNestedLoopJoinExecBase(left, right, join, joinType, condition,
extends GpuBroadcastNestedLoopJoinExecBase(left, right, joinType, condition,
targetSizeBytes) {

def getGpuBuildSide: GpuBuildSide = {
Expand Down

0 comments on commit 65552b9

Please sign in to comment.