amazon-ion / ion-python

A Python implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
261 stars 51 forks source link

Why the ion-python C extension cannot work correctly with ion-test-driver? #218

Open cheqianh opened 1 year ago

cheqianh commented 1 year ago

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 failed: len == 1

What happened there?

tgregg commented 1 year ago

When this is resolved, change https://github.com/amazon-ion/ion-test-driver/blob/master/requirements.txt#L4 to amazon.ion>=0.8.0.