Myx778 commented on PR #4105:
URL: 
https://github.com/apache/datafusion-comet/pull/4105#issuecomment-4340359465

   Thanks @andygrove for catching both issues!
   
   Fixed in commit f099ffeb:
   1. **3-arg test failure**: Changed `CometLevenshtein` to override 
`convert()` using `scalarFunctionExprToProtoWithReturnType("levenshtein", 
IntegerType, false, ...)`. This embeds the return type in the proto so the 
native planner uses our registered Comet UDF directly, avoiding the conflict 
with DataFusion's built-in 2-arg `LevenshteinFunc`.
   2. **Spotless**: Removed unnecessary `s` string interpolation prefix.


-- 
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]

Reply via email to