-
Notifications
You must be signed in to change notification settings - Fork 590
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
FEAT: [Omnisci] fillna and nullif implementations #2083
Conversation
|
CI doesn't pass with 5.0.0 omnisci release, but test passes with the newest master. Non-empty LogicalValues are supported since commit, which isn't included in the latest release v5.1.0 |
|
Hello @semelianova! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-03-26 13:09:36 UTC |
|
@semelianova use |
19b4b22
to
e61645b
Compare
|
@semelianova should |
|
@anmyachev Not completely, only 2 out of 4 cases which test fillna |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@semelianova LGTM. thanks for working on that.
just a comment, it is not a block for merging, but maybe if you change from _ifnull_workaround to _ifnull it would look better ... there are more operations that do a "workaround" but you don't need to add this to the function name.
could you add a release note for your changes please?
|
@jreback when you have time could you give a second review pls? thanks! |
|
@semelianova I will ping here when #2084 is merged. |
|
can you merge master, remove the updated image, and update the release note |
|
Need to wait for #2084 is merged |
|
can u merge master checks are failing |
|
@semelianova please try to use the omniscidb image tag used by master |
|
@xmnlab this PR can be closed :) |
|
thanks @semelianova @anmyachev ! |
Omnisci doesn't support ISNULL() function, but it is possible to replace it with another sql request.