Reynold Xin created SPARK-8830:
----------------------------------

             Summary: levenshtein directly on top of UTF8String
                 Key: SPARK-8830
                 URL: https://issues.apache.org/jira/browse/SPARK-8830
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Reynold Xin


We currently rely on commons-lang's levenshtein implementation. Ideally, we 
should have our own implementation to:

1. Reduce external dependency
2. Work directly against UTF8String so we don't need to convert to/from 
java.lang.String back and forth.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to