Skip to content

Commit

Permalink
HIVE-23544: Add missing StageType enum values to thrift file after HI…
Browse files Browse the repository at this point in the history
…VE-23351 (László Bodor reviewed by Aasha Medhi)

Signed-off-by: Laszlo Bodor <bodorlaszlo0202@gmail.com>
  • Loading branch information
abstractdog committed May 28, 2020
1 parent 0cde39a commit c6b93a9
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 7 deletions.
3 changes: 3 additions & 0 deletions ql/if/queryplan.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ enum StageType {
REPL_TXN,
REPL_INCREMENTAL_LOAD,
SCHEDULED_QUERY_MAINT,
ACK,
RANGER_DUMP,
RANGER_LOAD
}

struct Stage {
Expand Down
12 changes: 9 additions & 3 deletions ql/src/gen/thrift/gen-cpp/queryplan_types.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion ql/src/gen/thrift/gen-cpp/queryplan_types.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions ql/src/gen/thrift/gen-php/Types.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions ql/src/gen/thrift/gen-py/queryplan/ttypes.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions ql/src/gen/thrift/gen-rb/queryplan_types.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6b93a9

Please sign in to comment.