xy created HIVE-28251: ------------------------- Summary: HiveSessionImpl init ReaderStream set Charset with UTF-8 Key: HIVE-28251 URL: https://issues.apache.org/jira/browse/HIVE-28251 Project: Hive Issue Type: Improvement Affects Versions: 3.1.3 Reporter: xy Assignee: xy Fix For: 4.1.0
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. -- This message was sent by Atlassian Jira (v8.20.10#820010)