partiql / partiql-tests

Test data for checking conformance to the PartiQL specification.
Apache License 2.0
7 stars 1 forks source link

Remove empty inline comments #50

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

Some empty, inline comments were added in https://github.com/partiql/partiql-tests/pull/49, which caused some parsing errors with ion-rs (example failing build). I believe it's a bug in ion-rs (still confirming) as it parses fine with IonJava and isn't forbidden in the Ion spec. In the meantime, just removing those empty, inline comments to let partiql-lang-rust use the latest version of partiql-tests.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

alancai98 commented 1 year ago

Rust conformance test runner failed due to known ion-rust issue: https://github.com/amazon-ion/ion-rust/issues/425