-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-31643 Parquet Plugin does not support VARUNICODE #18558
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-31643 Jirabot Action Result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor stylistic change.
case type_utf8: | ||
case type_unicode: | ||
case type_varunicode: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is more stylistic than anything else, but I would combine all of the case options that result in exactly the same result (arrow::utf8). At least for all these string-like data types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jackdelv please squash
@ghalliday Squashed. |
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-31643 Jirabot Action Result: |
2983fcd
into
hpcc-systems:candidate-9.6.x
Type of change:
Checklist:
Smoketest:
Testing: