Skip to content

Replace PartiQL references with SQL++#4196

Open
arnaud-lacurie wants to merge 1 commit into
FoundationDB:mainfrom
arnaud-lacurie:replace-partiql-with-sql-plus-plus
Open

Replace PartiQL references with SQL++#4196
arnaud-lacurie wants to merge 1 commit into
FoundationDB:mainfrom
arnaud-lacurie:replace-partiql-with-sql-plus-plus

Conversation

@arnaud-lacurie
Copy link
Copy Markdown
Collaborator

Array unnesting, the AT construct, and dot-path navigation originate from the SQL++ spec. PartiQL is one implementation of SQL++ — better to reference the language itself.

The features we implement — array unnesting via lateral range variables,
the AT construct, and dot-path navigation on nested structs — originate
from the SQL++ specification, not from PartiQL specifically. PartiQL is
one commercial implementation of SQL++ by Amazon; referring to the source
language is more accurate. The Javadoc in RelationalStatement now links to
the SQL++ paper (https://arxiv.org/pdf/1405.3631) instead of partiql.org.
@arnaud-lacurie arnaud-lacurie added the cleanup Style/code cleanup with no behavioral change label May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Style/code cleanup with no behavioral change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant