We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4053c commit d93931fCopy full SHA for d93931f
spark/src/main/scala/org/apache/comet/serde/hash.scala
@@ -75,7 +75,7 @@ object CometSha2 extends CometExpressionSerde[Sha2] {
75
// It's possible for spark to dynamically compute the number of bits from input
76
// expression, however DataFusion does not support that yet.
77
if (!expr.right.foldable) {
78
- withInfo(expr, "For Sha2, non-foldable right argument is not supported")
+ withInfo(expr, "For Sha2, non literal numBits is not supported")
79
return None
80
}
81
0 commit comments