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

Hive-28251: HiveSessionImpl init ReaderStream set Charset with UTF-8 #5243

Merged
merged 1 commit into from May 15, 2024

Conversation

xuzifu666
Copy link
Contributor

What changes were proposed in this pull request?

Fix some StreamReader not set with UTF8,if we actually default charset not support Chinese chars such as latin and conf contain Chinese chars,it would not resolve success,so we need set it as utf8 in StreamReader,we can find all StreamReader with utf8 charset in other compute framework,such as Calcite、Hudi and so on.

Why are the changes needed?

HiveSessionImpl init ReaderStream set Charset with UTF-8

Does this PR introduce any user-facing change?

Is the change a dependency upgrade?

No

How was this patch tested?

not need

@xuzifu666
Copy link
Contributor Author

xuzifu666 commented May 10, 2024

@ayushtkn @prasanthj @deniskuzZ PTAL,Thanks

Copy link

sonarcloud bot commented May 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@xuzifu666
Copy link
Contributor Author

@ayushtkn Could you give a review or close the pr please? Thanks

Copy link
Member

@ayushtkn ayushtkn left a comment

Choose a reason for hiding this comment

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

LGTM

@ayushtkn ayushtkn merged commit b7093e3 into apache:master May 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants