[jira] [Created] (SPARK-26437) Decimal data becomes bigint to query, unable to query

2018-12-24 Thread zengxl (JIRA)
zengxl created SPARK-26437: -- Summary: Decimal data becomes bigint to query, unable to query Key: SPARK-26437 URL: https://issues.apache.org/jira/browse/SPARK-26437 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-26437) Decimal data becomes bigint to query, unable to query

2018-12-24 Thread zengxl (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zengxl updated SPARK-26437: --- Description: this is my sql: create table tmp.tmp_test_6387_1224_spark  stored  as ORCFile  as select 0.00

[jira] [Created] (SPARK-26521) Sparksql cannot modify the field name of a table

2019-01-02 Thread zengxl (JIRA)
zengxl created SPARK-26521: -- Summary: Sparksql cannot modify the field name of a table Key: SPARK-26521 URL: https://issues.apache.org/jira/browse/SPARK-26521 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-26521) Sparksql cannot modify the field name of a table

2019-01-02 Thread zengxl (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zengxl updated SPARK-26521: --- Description: When i alter table info use sparksql,throw excepiton    alter table tmp.testchange change col

[jira] [Updated] (SPARK-26521) Sparksql cannot modify the field name of a table

2019-01-02 Thread zengxl (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zengxl updated SPARK-26521: --- Environment: (was:  alter table tmp.testchange change column i m string; *Error in query: ALTER TABLE CH

[jira] [Commented] (SPARK-26521) Sparksql cannot modify the field name of a table

2019-01-02 Thread zengxl (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732698#comment-16732698 ] zengxl commented on SPARK-26521: ok,thank you [~dongjoon] > Sparksql cannot modify the

[jira] [Commented] (SPARK-26437) Decimal data becomes bigint to query, unable to query

2019-01-02 Thread zengxl (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732701#comment-16732701 ] zengxl commented on SPARK-26437: Thanks [~dongjoon] > Decimal data becomes bigint to qu

[jira] [Created] (SPARK-25961) 处理数据倾斜时使用随机数不支持

2018-11-07 Thread zengxl (JIRA)
zengxl created SPARK-25961: -- Summary: 处理数据倾斜时使用随机数不支持 Key: SPARK-25961 URL: https://issues.apache.org/jira/browse/SPARK-25961 Project: Spark Issue Type: Bug Components: SQL Affects Ver

[jira] [Updated] (SPARK-25961) Random numbers are not supported when handling data skew

2018-11-08 Thread zengxl (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zengxl updated SPARK-25961: --- Summary: Random numbers are not supported when handling data skew (was: 处理数据倾斜时使用随机数不支持) > Random numbers

[jira] [Updated] (SPARK-25961) 处理数据倾斜时使用随机数不支持

2018-11-08 Thread zengxl (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zengxl updated SPARK-25961: --- Description: my query sql use two table join,one table join key has null value,i use rand value instead of

[jira] [Commented] (SPARK-25961) Random numbers are not supported when handling data skew

2018-11-08 Thread zengxl (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680908#comment-16680908 ] zengxl commented on SPARK-25961: I'm not asking for an investigation. My question is why

[jira] [Created] (SPARK-33528) File/Directory does not exist

2020-11-24 Thread zengxl (Jira)
zengxl created SPARK-33528: -- Summary: File/Directory does not exist Key: SPARK-33528 URL: https://issues.apache.org/jira/browse/SPARK-33528 Project: Spark Issue Type: Bug Components: SQL

[jira] [Resolved] (SPARK-33528) File/Directory does not exist

2020-11-24 Thread zengxl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-33528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zengxl resolved SPARK-33528. Resolution: Not A Problem > File/Directory does not exist > - > >

[jira] [Created] (SPARK-46192) failed to insert the table using the default value of union

2023-11-30 Thread zengxl (Jira)
zengxl created SPARK-46192: -- Summary: failed to insert the table using the default value of union Key: SPARK-46192 URL: https://issues.apache.org/jira/browse/SPARK-46192 Project: Spark Issue Type:

[jira] [Updated] (SPARK-46192) failed to insert the table using the default value of union

2023-11-30 Thread zengxl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-46192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zengxl updated SPARK-46192: --- Description:   Obtain the following tables and data {code:java} create table test_spark(k string default nu

[jira] [Commented] (SPARK-46192) failed to insert the table using the default value of union

2023-12-26 Thread zengxl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-46192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17800471#comment-17800471 ] zengxl commented on SPARK-46192: {code:java} create table test_spark_3(k string default

[jira] [Commented] (SPARK-46192) failed to insert the table using the default value of union

2024-01-30 Thread zengxl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-46192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812518#comment-17812518 ] zengxl commented on SPARK-46192: This patch solves all of these problems https://issues

[jira] [Resolved] (SPARK-46192) failed to insert the table using the default value of union

2024-01-30 Thread zengxl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-46192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zengxl resolved SPARK-46192. Resolution: Fixed > failed to insert the table using the default value of union >