Skip to content

Commit

Permalink
Update spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Liang-Chi Hsieh <[email protected]>
  • Loading branch information
advancedxy and viirya authored May 17, 2024
1 parent b708ba0 commit 089b37a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
.mode("append")
.insertInto(table)
// with random generated data
// disable cast(b as string) for now, as it may produce incompatible result
// disable cast(b as string) for now, as the cast from float to string may produce incompatible result
checkSparkAnswerAndOperator("""
|select
|md5(col), md5(cast(a as string)), --md5(cast(b as string)),
Expand Down

0 comments on commit 089b37a

Please sign in to comment.