-
Specifically, I would like to be able to get a `java.time.Instant` or `java.time.OffsetDateTime` out of an `IonTimestamp`. Based on #33, I suspect you'll want to add these to `Timestamp` instead of `I…
-
Neither the spec docs nor the Java source include recommended media type(s) for Ion (e.g. `application/ion [; charset=[utf-8, utf-16, utf-32]]`). A media type should be standardized and registered wit…
-
You're right—there is a _lot_ of boilerplate here. I wonder if we could use something like [ambassador](https://docs.rs/ambassador/0.3.5/ambassador/derive.Delegate.html) or [enum_dispatc…
-
IonPyDict is the returned type of ``loads()`` method. However, a lot of data library like pandas, polars works with native python library only, is there a convenient way to convert all value of IonPyD…
-
Reference issue: https://github.com/awslabs/amazon-qldb-driver-python/issues/67
For the following document, `ion_hash` takes ~2.5 ms and [native hash](https://docs.python.org/3/library/hashlib.html…
-
>Now that you mention it, I feel icky about ignoring annotations. That seems likely to lead to users of the macro being surprised by data-loss.
>
> We could use a written-down design principle on t…
-
The benchmark-cli's performance detection workflow fails if the performance regression exceeds the threshold value. Currently, the threshold is set to 1, meaning that the workflow only fails when the …
-
I can't think of a use case where we would want to _silently_ drop the end of the longer stream, and so being able to see that there are more elements remaining in stream could allow me (as a macro au…
-
**Is your feature request related to a problem? Please describe.**
[Amazon Ion](https://amazon-ion.github.io/ion-docs/) is a data format that is used heavily in the AWS ecosystem, it would be benefic…
-
With latest esbuild release - deploying a cdk application that uses esbuild to bundle typescript before deplying lambda code for
a QLDB client service. Facing following error on execute transaction …