You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2022/10/19 08:39:00 UTC

[jira] [Updated] (HIVE-26650) Run qtests with different default encoding

     [ https://issues.apache.org/jira/browse/HIVE-26650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

László Bodor updated HIVE-26650:
--------------------------------
    Description: 
{code}
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <argLine>-Dfile.encoding=US-ASCII</argLine>
{code}

and we expect the qtests (with special UTF8 chars) to produce the very same output ==> ensuse that character encodings aren't messed up

> Run qtests with different default encoding
> ------------------------------------------
>
>                 Key: HIVE-26650
>                 URL: https://issues.apache.org/jira/browse/HIVE-26650
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Priority: Major
>
> {code}
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-surefire-plugin</artifactId>
>          <configuration>
> +          <argLine>-Dfile.encoding=US-ASCII</argLine>
> {code}
> and we expect the qtests (with special UTF8 chars) to produce the very same output ==> ensuse that character encodings aren't messed up



--
This message was sent by Atlassian Jira
(v8.20.10#820010)