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

fix: skip nulls in the right table #863

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

donghanz
Copy link
Member

@donghanz donghanz commented Oct 15, 2024

Summary

fix: skip nulls in the right table

Test Plan

  • Added Unit Tests
  • Covered by existing CI
  • Integration tested

Reviewers


dfTry match {
case Success(df) => Some((joinPart, df))
case Failure(e: org.apache.spark.sql.AnalysisException) if e.getMessage.contains("Table or view not found") =>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of relying on string matching, can we explicitly check existence by using TableUtils.tableExists?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants