-
Currently the package is nested as `amazon.ion`, this is somewhat verbose and requires the use of _namespace packages_ which have idiomatic support in Python 2, but are non-standard. I propose we sho…
-
I noticed that `versionPolicyAssessCompatibility` (added in PR https://github.com/scalacenter/sbt-version-policy/pull/184) **always** reports `None` compatibility for the `aws-parameterstore-lambda` s…
-
An ISL schema is Ion and Ion supports any custom annotation on type fields. ISL could also support, but it is explicitly been not allowed as per this code [1]. Not sure why when this could have been…
-
There are some read issues when using the simpleion module.
Example failed CI/CD workflow - https://github.com/amazon-ion/ion-python/actions/runs/4410728439/jobs/7728500690
1 failed unit test wi…
-
Refer to https://github.com/amzn/ion-test-driver/issues/24, when we use ion-python 0.9.x for ion-test-driver, it throws error
> amazon.ion.exceptions.IonException: IERR_INVALID_ARG assertion faile…
-
# jackson-dataformat-ion polymorphic behaviors
## [SSCCE](http://sscce.org/) to demonstrate behaviors.
This sample code depends on `jackson-dataformat-ion`, `jackson-annotations`, `jackson-dat…
-
In some places we use `_child_count` directly, and in others where we could we instead use `get_child_count()`. What governs the choice?
_Originally posted by @jobarr-amzn in https://…
-
**Is your feature request related to a problem? Please describe.**
Amazon ION is a data format that is richly-typed and self describing. Many AWS tools including DynamoDb and Redshift target ION.
…
-
With modern JVMs this may not be needed anymore we must benchmark both to verify and remove if we can
https://github.com/amzn/ion-java/blob/7992a822ba85fb538b3dd872f1a86b4d0e80906a/src/software/ama…
-
ion-js crashes when parsing a very large string
```
$ npm ls ion-js
test@1.0.0 /home/ANT.AMAZON.COM/calebev/test
└── ion-js@4.3.0
$ node -v
v18.12.0
ion.load(JSON.stringify(Buffer.alloc(50_00…