You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PartiQL-Rust drops all annotations in source data, but it shouldn't. Annotations include important context needed for downstream applications to know how to process the query results. This will likely become a big issue for my team's PartiQL product in the next few months.
Similar issue in PartiQL-Kotlin partiql/partiql-lang-kotlin#1093
PartiQL-Rust drops all annotations in source data, but it shouldn't. Annotations include important context needed for downstream applications to know how to process the query results. This will likely become a big issue for my team's PartiQL product in the next few months.
To reproduce this issue, I cloned the current mainline of
partiql-rust-playground
and ran the query:The result was:
However, I think the result should be:
The text was updated successfully, but these errors were encountered: