fix: ignore errors in GetLog#15181
Merged
Merged
Conversation
e968d03 to
7b9c11e
Compare
Codecov Report
@@ Coverage Diff @@
## master #15181 +/- ##
==========================================
- Coverage 77.41% 77.25% -0.17%
==========================================
Files 969 969
Lines 49982 49999 +17
Branches 6422 6422
==========================================
- Hits 38692 38625 -67
- Misses 11087 11171 +84
Partials 203 203
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
eschutho
approved these changes
Jun 15, 2021
Contributor
|
🏷️ 2021.21 |
Contributor
|
🏷️ 2021.23 |
henryyeh
pushed a commit
to preset-io/superset
that referenced
this pull request
Jun 16, 2021
(cherry picked from commit ffdbcbd)
henryyeh
pushed a commit
to preset-io/superset
that referenced
this pull request
Jun 17, 2021
(cherry picked from commit ffdbcbd)
cccs-RyanS
pushed a commit
to CybercentreCanada/superset
that referenced
this pull request
Dec 17, 2021
QAlexBall
pushed a commit
to QAlexBall/superset
that referenced
this pull request
Dec 29, 2021
cccs-rc
pushed a commit
to CybercentreCanada/superset
that referenced
this pull request
Mar 6, 2024
qfcwell
pushed a commit
to qfcwell/superset
that referenced
this pull request
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SUMMARY
We're seeing errors in Databricks that say:
Searching for the message suggests that this happens when the Hive2 server can't retrieve logs, but the results should still be there. I added a try/except block when fetching logs, trying to fix the problem.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
I was able to reproduce the problem locally. The call for
fetch_logsraised this exception:With this PR the exception is ignored (but logged), and the results are displayed correctly.
ADDITIONAL INFORMATION