Skip to content
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

ORC-709: FIX Boolean to StringGroup schema evolution #594

Merged
merged 3 commits into from
Dec 30, 2020

Conversation

pgaref
Copy link
Contributor

@pgaref pgaref commented Dec 28, 2020

What changes were proposed in this pull request?

Special ConvertTreeReader for Boolean using StringGroupFromAnyIntegerTreeReader for String/Char/Varchar types

Why are the changes needed?

Properly handle Boolean to String/Char/Varchar conversions

How was this patch tested?

TestSchemaEvolution.testBooleanToStringEvolution

@dongjoon-hyun
Copy link
Member

Please update #595 together.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @pgaref .

@dongjoon-hyun dongjoon-hyun merged commit 40495ba into apache:master Dec 30, 2020
pgaref added a commit that referenced this pull request Dec 30, 2020
### What changes were proposed in this pull request?
Special ConvertTreeReader for Boolean using StringGroupFromAnyIntegerTreeReader for String/Char/Varchar types

### Why are the changes needed?
Properly handle Boolean to String/Char/Varchar conversions

### How was this patch tested?
TestSchemaEvolution.testBooleanToStringEvolution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants