[jira] [Commented] (HIVE-27397) HivePreparedStatement cannot execute SQL with question marks in comments

2023-06-01 Thread yx91490 (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17728331#comment-17728331 ] yx91490 commented on HIVE-27397: the most suitable solution maybe move the parameter substitute process

[jira] [Updated] (HIVE-27397) HivePreparedStatement cannot execute SQL with question marks in comments

2023-06-01 Thread yx91490 (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-27397: --- Description: It will failed to execute the code snippet: {code:java} String sql = "select 1 --?"; try

[jira] [Created] (HIVE-27397) HivePreparedStatement cannot execute SQL with question marks in comments

2023-06-01 Thread yx91490 (Jira)
yx91490 created HIVE-27397: -- Summary: HivePreparedStatement cannot execute SQL with question marks in comments Key: HIVE-27397 URL: https://issues.apache.org/jira/browse/HIVE-27397 Project: Hive

[jira] [Updated] (HIVE-21432) unreadable code in show locks sql result caused by wrong character encoding

2019-03-12 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21432: --- Description: when the show locks sql contains chinese character, the result will show  unreadable codes,

[jira] [Updated] (HIVE-21432) unreadable code in show locks sql result caused by wrong character encoding

2019-03-12 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21432: --- Attachment: HIVE-21432.patch > unreadable code in show locks sql result caused by wrong character encoding

[jira] [Updated] (HIVE-21432) unreadable code in show locks sql result caused by wrong character encoding

2019-03-12 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21432: --- Description: when the show locks sql contains chinese character, the result will show  unreadable codes,

[jira] [Updated] (HIVE-21432) unreadable code in show locks sql result caused by wrong character encoding

2019-03-12 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21432: --- Description: when the show locks sql contains chinese character, the result will show  unreadable codes,

[jira] [Updated] (HIVE-21432) unreadable code in show locks sql result caused by wrong character encoding

2019-03-12 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21432: --- Description: when sql contains chinese character, the result of show locks sql has  > unreadable code in

[jira] [Updated] (HIVE-21432) unreadable code in show locks sql result caused by wrong character encoding

2019-03-12 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21432: --- Description: when the show locks sql contains chinese character, the result  will show unreadable codes, this

[jira] [Updated] (HIVE-21432) unreadable code in show locks sql result caused by wrong character encoding

2019-03-12 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21432: --- Description: when sql contains chinese character, the result of show locks sql has unreadable code, this is

[jira] [Updated] (HIVE-21432) unreadable code in show locks sql result caused by wrong character encoding

2019-03-12 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21432: --- Description: when sql contains chinese character, the result of show locks sql has unreadable code, this is

[jira] [Comment Edited] (HIVE-21153) task run in parallel cause ArrayIndexOutOfBoundsException

2019-01-26 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16753315#comment-16753315 ] yx91490 edited comment on HIVE-21153 at 1/27/19 7:39 AM: - yes, I use 

[jira] [Commented] (HIVE-21153) task run in parallel cause ArrayIndexOutOfBoundsException

2019-01-26 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16753315#comment-16753315 ] yx91490 commented on HIVE-21153: yes, I use hive.exec.parallel=true, the full hive confs are: set

[jira] [Updated] (HIVE-21153) task run in parallel cause ArrayIndexOutOfBoundsException

2019-01-24 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21153: --- Description: It happens occasionally when we run sql in parallel and the job is blocked.the reason is

[jira] [Commented] (HIVE-21153) task run in parallel cause ArrayIndexOutOfBoundsException

2019-01-23 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750603#comment-16750603 ] yx91490 commented on HIVE-21153: we use Hive 1.1.0-cdh5.15.0, but it seems that the latest version also

[jira] [Updated] (HIVE-21153) task run in parallel cause ArrayIndexOutOfBoundsException

2019-01-23 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21153: --- Description: It happens occasionally when we run sql in parallel.the reason is HiveConf class is not thread

[jira] [Updated] (HIVE-21153) task run in parallel cause ArrayIndexOutOfBoundsException

2019-01-23 Thread yx91490 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yx91490 updated HIVE-21153: --- Description: java.lang.ArrayIndexOutOfBoundsException: 22 at java.util.ArrayList.add(ArrayList.java:459)