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

Add Nested Function Support In SELECT Clause #1490

Merged

Commits on Apr 10, 2023

  1. Adding nested function support in SELECT clause.

    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3f02344 View commit details
    Browse the repository at this point in the history
  2. Fixing flakey tests for UnnestOperator.

    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2774934 View commit details
    Browse the repository at this point in the history
  3. Simplifying flattening logic. Removed nested function classes making …

    …nested a generic function. Updating nested to use function name as column name differing from legacy implementation. Adding IT tests to cover additional non-nested type cases.
    
    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5aa7a3f View commit details
    Browse the repository at this point in the history
  4. Fixing bug for missing collection values not showing as null.

    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    20a4cb3 View commit details
    Browse the repository at this point in the history
  5. Adding comments and updating visit functions for nested.

    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2552ca0 View commit details
    Browse the repository at this point in the history
  6. Adding exception error messages to analyzer tests for Nested function.

    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1fe7c12 View commit details
    Browse the repository at this point in the history
  7. Fix filter push down with nested push down with added IT and UT tests…

    …. Add comments to clarify implementation.
    
    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9ae39a1 View commit details
    Browse the repository at this point in the history
  8. Fixing rebase errors.

    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    77fbd0e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Adding explain and test for Nested.

    Signed-off-by: forestmvey <forestv@bitquilltech.com>
    forestmvey committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    fcb3558 View commit details
    Browse the repository at this point in the history