-
> Hey! Esteemed ion-schema contributors, and especially @popematt, I have just started working on a new project that will use `ion` as encoding/decoding. And i need to write some codegen for different…
-
What I expect:
```
>>> from amazon.ion.simpleion import loads
>>> loads('$1')
IonPySymbol(text='$ion', sid=1, location=ImportLocation(name='$ion', position=1))
>>>
>>>
>>>
```
What happens:…
-
I am trying to use OpenLineage with Amazon Managed Service for Apache Flink. I receive Start Event in Marquez, but it doesnt create the datasets or the job ion the DAG
-
Currently read API generation process uses a default implementation of that class but it should rather use `new()` and generate variables for each property in that structure.
More discussion: https…
-
Hello,
Just was experimenting with the IonHashWriter and encountered an error when writing an `IonStruct` DOM object.
```
IonSystem ion = IonSystemBuilder.standard().build();
IonHasherProvider …
-
## Description
ion-hive-serde IonBlob binary conversion currently returns the byte array’s reference in memory. It should returns at least a text representation of the Ion Blob value.
## Repr…
-
We support `JSON5` already but [Amazon Ion](https://amzn.github.io/ion-docs/) seems to be a superior serialization format given its ability to handle efficient binary as well text representations. Rig…
-
Given an Ion file
```ion
{next_date: "2022-09-06"}
```
and a schema
```
CREATE EXTERNAL TABLE test(
`next_date` date
)
...
```
`ion-hive-serde` will throw an error `com.amazon.ion.impl…
-
Using Python 3.9.10 on MacOS (ARM), and wanting to write a client program for QLDB.
1. Installed ion, using pip install, got version 0.10.0
2. Started python and tried importing ion:
>>> im…
-
Fails for `len > 8` with `com.amazon.ion.IonException: value too large for Java long`
see
* https://github.com/amzn/ion-java/blob/master/src/com/amazon/ion/impl/IonReaderBinaryRawX.java#L875
* …