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

vdk-trino: fix ingesting value with bool type failing #753

Merged
merged 1 commit into from
Mar 8, 2022

Commits on Mar 8, 2022

  1. vdk-trino: fix ingesting value with bool type failing

    vdk-trino ingestion was failing if `send_object_for_ingestion` is passed
    value with type bool (as it was trying to cast it as if it's stirng.
    Error was
    
    "We could not convert the value to that type. Error is bool cast accept
    only True/true/False/false values."
    
    Testing Done: unit tests covered the new case
    
    Signed-off-by: Antoni Ivanov <aivanov@vmware.com>
    antoniivanov committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    91a14dc View commit details
    Browse the repository at this point in the history