-
Notifications
You must be signed in to change notification settings - Fork 320
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
Inconsistent results in online/offline mode while join condition includes null #3685
Labels
Comments
ref https://spark.apache.org/docs/3.0.0-preview/sql-ref-null-semantics.html#comp-operators
|
aceforeverd
added
wontfix
This will not be worked on
and removed
bug
Something isn't working
labels
Dec 30, 2023
while the offline behavior is expected, related cases: OpenMLDB/cases/function/join/test_lastjoin_simple.yaml Lines 711 to 734 in 7a62b70
is turned off in online tests |
lqy222
changed the title
join error if join condition includes null in offline mode
Inconsistent results in online/offline mode while join condition includes null
Jan 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sql: select t1.c1,t1.c2,t2.c3,t2.c4 from t1 last join t2 ORDER BY t2.c4 on t1.c1=t2.c1;
expect rows:
real rows:
The text was updated successfully, but these errors were encountered: