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

[SPARK-39857][SQL] V2ExpressionBuilder uses the wrong LiteralValue da… #535

Merged

Commits on Sep 2, 2022

  1. [SPARK-39857][SQL] V2ExpressionBuilder uses the wrong LiteralValue da…

    …ta type for In predicate
    
    ### What changes were proposed in this pull request?
    When building V2 `In` Predicate in `V2ExpressionBuilder`, `InSet.dataType` (which is `BooleanType`) is used to build the `LiteralValue`, `InSet.child.dataType` should be used instead.
    
    ### Why are the changes needed?
    bug fix
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    new test
    
    Closes apache#37271 from huaxingao/inset.
    
    Authored-by: huaxingao <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    huaxingao authored and Zhixiong Chen committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2d2d446 View commit details
    Browse the repository at this point in the history