-
Notifications
You must be signed in to change notification settings - Fork 99
Fixed api compatibility with DBR16 #4712
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4712 +/- ##
==========================================
- Coverage 87.95% 87.95% -0.01%
==========================================
Files 123 123
Lines 17570 17569 -1
Branches 3714 3713 -1
==========================================
- Hits 15453 15452 -1
Misses 1425 1425
Partials 692 692 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✅ 55/55 passed, 5 skipped, 2h44m24s total Running from acceptance #8952 |
| """Converts a Hive metastore table to external using Spark JVM methods.""" | ||
| logger.info(f"Changing HMS managed table {src_table.name} to External Table type.") | ||
| inventory_table = self._tables_crawler.full_name | ||
| database = self._spark._jvm.scala.Some(src_table.database) # pylint: disable=protected-access |
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.
This can be retained under the try right?
pritishpai
left a comment
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.
Small nit. LGTM!
fixes #4331