-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEATURE]Add isEmpty
ppl command
#512
Comments
IMO functions - @LantaoJin what are your thoughts? |
@YANG-DB SELECT CASE
WHEN length(trim(column_name)) = 0 THEN true
ELSE false
END AS is_empty
|
The initial implementation is ready for review. The version contains the unresolved problem described in the above comment. @YANG-DB , please let me know what you think. |
can we close this as #676 is merged? |
Is your feature request related to a problem?
Add
isEmpty
command for PPL spark based execution driver .Since spark sql doesnt offer such expression a possible option would be:
IsEmptyExpression
Do you have any additional context?
The text was updated successfully, but these errors were encountered: