Uh oh!
There was an error while loading. Please reload this page.
[AIRFLOW-4434] fix support for impala in hive hook - #5206
Merged
Conversation
Codecov Report
@@ Coverage Diff @@## master #5206 +/- ##
==========================================
+ Coverage 78.54% 78.55% +<.01%
==========================================
Files 469 469 Lines 29952 29954 +2 ==========================================
+ Hits 23527 23529 +2
Misses 6425 6425
Continue to review full report at Codecov.
|
ashb
reviewed
Apr 30, 2019
Uh oh!
There was an error while loading. Please reload this page.
Fix support for impala in hive hook through a config option that turns off set variable commands. Breaking changes were introduced in [AIRFLOW-2463].
ashb
approved these changes
May 1, 2019
ashb pushed a commit
that referenced
this pull request
May 1, 2019
Fix support for impala in hive hook through a config option that turns off set variable commands. Breaking changes were introduced in [AIRFLOW-2463]. (cherry picked from commit 0ae15d8)
r-richmond
commented
May 1, 2019
ContributorAuthor
Thanks @ashb, Also looking at the past releases it looks like 1.10.4 will land around June; is that roughly correct? |
ashb
commented
May 1, 2019
Member
May or June time-frame seems likely, yes. |
andriisoldatenko pushed a commit
to andriisoldatenko/airflow
that referenced
this pull request
Jul 26, 2019
Fix support for impala in hive hook through a config option that turns off set variable commands. Breaking changes were introduced in [AIRFLOW-2463].
wmorris75 pushed a commit
to modmed-external/incubator-airflow
that referenced
this pull request
Jul 29, 2019
Fix support for impala in hive hook through a config option that turns off set variable commands. Breaking changes were introduced in [AIRFLOW-2463].
dharamsk pushed a commit
to postmates/airflow
that referenced
this pull request
Aug 8, 2019
Fix support for impala in hive hook through a config option that turns off set variable commands. Breaking changes were introduced in [AIRFLOW-2463]. (cherry picked from commit 0ae15d8)
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 freeto 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.
Make sure you have checked all steps below.
Jira
Description
I've introduced this PR to allow users the option to avoid running set variables for the hive hook. My initial motivation was to un-break impala support (broken via #3405 ) but decided to write the PR in this way so that users could disable the set statements for hive (or other systems accessed through the hive hook) as well.
Tests
Given the nature of the fix I don't think they're needed but perhaps the maintainers feel differently.
Commits
Documentation
Code Quality
flake8