-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-3814][SQL] Support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) in Spark HQL and SQL #2926
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
Conversation
|
Can one of the admins verify this patch? |
|
test this please |
|
Test build #22139 has started for PR 2926 at commit
|
|
Test build #22139 has finished for PR 2926 at commit
|
|
Test PASSed. |
|
Test build #437 has started for PR 2926 at commit
|
|
Test build #437 has finished for PR 2926 at commit
|
|
Test build #460 has started for PR 2926 at commit
|
|
Test build #467 has started for PR 2926 at commit
|
|
Test build #460 has finished for PR 2926 at commit
|
|
This LGTM. Can you please merge with master and push to this branch. |
|
Test build #467 has finished for PR 2926 at commit
|
|
Closed this PR and created new PR #2961 after rebasing with master |
…n Spark HQL and SQL Currently there is no support of Bitwise & , | in Spark HiveQl and Spark SQL as well. So this PR support the same. I am closing #2926 as it has conflicts to merge. And also added support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) And I handled all review comments in that PR Author: ravipesala <[email protected]> Closes #2961 from ravipesala/SPARK-3814-NEW4 and squashes the following commits: a391c7a [ravipesala] Rebase with master
Currently there is no support of Bitwise & , | in Spark HiveQl and Spark SQL as well. So this PR support the same.
I am closing #2789 as it has conflicts to merge. And also added support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) And I handled all review comments in that PR.