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.
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 inion-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 letpartiql-lang-rust
use the latest version ofpartiql-tests
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.