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

[Bug report]: Interpolator outputs null if one column is null #191

Closed
1 task done
eruizalo opened this issue Mar 10, 2022 · 0 comments · Fixed by #199
Closed
1 task done

[Bug report]: Interpolator outputs null if one column is null #191

eruizalo opened this issue Mar 10, 2022 · 0 comments · Fixed by #199
Labels
bug 🐛 Something isn't working spark_3.0 PR changes to spark 3.0 spark_3.1 PR changes to spark 3.1 spark_3.2 PR changes to spark 3.2

Comments

@eruizalo
Copy link
Collaborator

Issue duplicity

  • I have checked the current created issues and it seems there is no other issue like this one.

Doric version

0.0.2

What happened?

As concat spark function, using ds"Column value: $myColumn" will output null if myColumn has a null

What should have happened?

It should have output:

  • "Column value: null
  • "Column value:
  • something like that

Relevant log output

No response

@eruizalo eruizalo added the bug 🐛 Something isn't working label Mar 10, 2022
@eruizalo eruizalo added spark_3.0 PR changes to spark 3.0 spark_3.1 PR changes to spark 3.1 spark_3.2 PR changes to spark 3.2 labels Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working spark_3.0 PR changes to spark 3.0 spark_3.1 PR changes to spark 3.1 spark_3.2 PR changes to spark 3.2
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant