Skip to content

Commit

Permalink
[KYUUBI apache#2782][FOLLOWUP] Add missed UNION_TYPE back
Browse files Browse the repository at this point in the history
# 馃攳 Description
## Issue References 馃敆

This pull request fixes #
Fix apache#6207 (comment)
## Describe Your Solution 馃敡

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## Types of changes 馃敄

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 馃И

#### Behavior Without This Pull Request 鈿帮笍

#### Behavior With This Pull Request 馃帀

#### Related Unit Tests

---

# Checklist 馃摑

- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes apache#6209 from turboFei/fix_union_type.

Closes apache#2782

622c838 [Wang, Fei] miss

Authored-by: Wang, Fei <fwang12@ebay.com>
Signed-off-by: Wang, Fei <fwang12@ebay.com>
  • Loading branch information
turboFei committed Mar 26, 2024
1 parent a1b9541 commit ae9e88f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ static String getColumnTypeName(TTypeId type) throws SQLException {
return "struct";
case NULL_TYPE:
return "void";
case UNION_TYPE:
return "uniontype";
case USER_DEFINED_TYPE:
return "user_defined";
default:
Expand Down

0 comments on commit ae9e88f

Please sign in to comment.