Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 20, 2024
1 parent 622064c commit 330f39e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1615,8 +1615,8 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde with CometExprShim
None
}

// abs implementation is not correct
// https://github.com/apache/datafusion-comet/issues/666
// abs implementation is not correct
// https://github.com/apache/datafusion-comet/issues/666
// case Abs(child, failOnErr) =>
// val childExpr = exprToProtoInternal(child, inputs)
// if (childExpr.isDefined) {
Expand Down

0 comments on commit 330f39e

Please sign in to comment.