-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20644/
-----------------------------------------------------------
Review request for Tajo.
Bugs: TAJO-740
https://issues.apache.org/jira/browse/TAJO-740
Repository: tajo
Description
-------
to_number(text, text) / convert string to numeric / to_number('12,454.8-',
'99G999D9S')
to_number(text, text) / convert string to numeric / to_number('1-2,454.8',
'99G999D9S')
Results (Both) : -12454.8
Diffs
-----
tajo-core/src/main/java/org/apache/tajo/engine/function/dataformat/ToNumberDataFormat.java
PRE-CREATION
tajo-core/src/test/java/org/apache/tajo/engine/function/TestDataFormatFunctions.java
PRE-CREATION
Diff: https://reviews.apache.org/r/20644/diff/
Testing
-------
mvn clean install is OK.
Thanks,
Seungun Choe