mbutrovich commented on code in PR #3536:
URL: https://github.com/apache/datafusion-comet/pull/3536#discussion_r2835118310
##########
spark/src/main/spark-3.5/org/apache/comet/shims/CometExprShim.scala:
##########
@@ -82,9 +82,14 @@ trait CometExprShim extends CommonStringExprs {
}
case wb: WidthBucket =>
- val childExprs = wb.children.map(exprToProtoInternal(_, inputs,
binding))
- val optExpr = scalarFunctionExprToProto("width_bucket", childExprs: _*)
- optExprWithInfo(optExpr, wb, wb.children: _*)
+ withInfo(
+ wb,
+ "WidthBucket not supported, track
https://github.com/apache/datafusion/issues/20320")
+ None
+// https://github.com/apache/datafusion/issues/20320
Review Comment:
The linked issue is closed. We should have a Comet issue linked here so we
know what to do with this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]