LuciferYang commented on PR #41169:
URL: https://github.com/apache/spark/pull/41169#issuecomment-1547697865

   @panbingkun run `ProtoToParsedPlanTestSuite:` with this pr, 
`function_levenshtein` failed as follows:
   ```
   [info] - function_levenshtein *** FAILED *** (4 milliseconds)
   [info]   Expected and actual plans do not match:
   [info]   
   [info]   === Expected Plan ===
   [info]   Project [levenshtein(g#0, bob) AS levenshtein(g, bob)#0]
   [info]   +- LocalRelation <empty>, [id#0L, a#0, b#0, d#0, e#0, f#0, g#0]
   [info]   
   [info]   
   [info]   === Actual Plan ===
   [info]   Project [levenshtein(g#0, bob, None) AS levenshtein(g, bob)#0]
   [info]   +- LocalRelation <empty>, [id#0L, a#0, b#0, d#0, e#0, f#0, g#0] 
(ProtoToParsedPlanTestSuite.scala:177)
   ```
   
   We should re-generate the golden files.


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to