amazon-ion / ion-go

A Go implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
175 stars 31 forks source link

adds a fix for timestamp fractional seconds that have positive exponent #181

Closed desaikd closed 3 years ago

desaikd commented 3 years ago

Issue #180

Description of changes: This PR works on fixing an issue with timestamp fractional seconds that has positive exponent value.

Changes:

cc @byronlin13 @justing-bq

justing-bq commented 3 years ago

LGTM

byronlin13 commented 3 years ago

Did you test this fix against Ion hash go?

LGTM

desaikd commented 3 years ago

Did you test this fix against Ion hash go?

LGTM

Yes, I have tested this with ion-hash-go and it passes all the tests.