Baunsgaard opened a new pull request, #1896:
URL: https://github.com/apache/systemds/pull/1896

   This commit refine the detection and selection of float values in the schema 
detection algorithm located in:
   
   src/main/java/org/apache/sysds/runtime/frame/data/lib/FrameUtil.java
   
   To improve the performance a custom matcher have been made to avoid using 
regexes if possible, and we try to avoid parsing the float value from the 
string representation if at all possible. The implementation is not completely 
fool proof and does not consider many adversarial inputs.


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

Reply via email to