Skip to content

Commit f99f59e

Browse files
committed
Fix bit position b/c schema change in CometTestBase
1 parent 31c3c6e commit f99f59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/comet/CometBitwiseExpressionSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class CometBitwiseExpressionSuite extends CometTestBase with AdaptiveSparkPlanHe
134134
s"bit_get(_3, $shortBitPosition)",
135135
s"bit_get(_4, $intBitPosition)",
136136
s"bit_get(_5, $longBitPosition)",
137-
s"bit_get(_11, $longBitPosition)"))
137+
s"bit_get(_11, $intBitPosition)"))
138138
}
139139
}
140140
}

0 commit comments

Comments
 (0)