Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-21.2: sql: support in-memory SQL arrays of JSON #75529

Merged
merged 1 commit into from
Jan 26, 2022

Commits on Jan 26, 2022

  1. sql: support in-memory JSON arrays

    This commit adds support for SQL arrays of JSON in memory. This allows
    functions like `array_agg` to work against JSON objects, which is useful
    for compatibility.
    
    Notably, this commit does not add support for storing JSON arrays in
    table columns.
    
    Release note (sql change): add support for SQL arrays containing JSON
    for in-memory processing. This does not add support for storing SQL
    arrays of JSON in tables.
    jordanlewis authored and maryliag committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b6b1fbf View commit details
    Browse the repository at this point in the history