You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values. We should omit this suffix because
most delimited readers will not understand the 'm'. When we read a
delimited file, we should parse a numeric values based on the schema.
Original issue reported on code.google.com by [email protected] on 30 Mar 2010 at 11:50
The text was updated successfully, but these errors were encountered:
We experienced, that JAQL writes these formats, but is not able to read them.
We always had to reconvert the attributes which included a decimal value.
Original issue reported on code.google.com by
[email protected]
on 30 Mar 2010 at 11:50The text was updated successfully, but these errors were encountered: