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

ODFV UDFs should handle list types #2002

Merged
merged 7 commits into from
Nov 12, 2021

Commits on Nov 12, 2021

  1. ODFV UDFs should handle list types

    ODFV UDFs handling list types (e.g., embeddings/vectors) should be registered without error.
    
    Signed-off-by: Jeff <[email protected]>
    Agent007 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a9cd6e6 View commit details
    Browse the repository at this point in the history
  2. handle all value type names that end in _LIST

    Signed-off-by: Jeff <[email protected]>
    Agent007 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    07ec097 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    befc956 View commit details
    Browse the repository at this point in the history
  4. example embedding in test_write_to_online_store()

    Signed-off-by: Jeff <[email protected]>
    Agent007 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a80a9b8 View commit details
    Browse the repository at this point in the history
  5. map Arrow list types to Redshift super type

    Signed-off-by: Jeff <[email protected]>
    Agent007 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    af3dc6b View commit details
    Browse the repository at this point in the history
  6. ensure float list types in ODFV UDFs can be appied

    Signed-off-by: Jeff <[email protected]>
    Agent007 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    464e717 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c655d1b View commit details
    Browse the repository at this point in the history