[jira] [Commented] (SPARK-40099) Merge adjacent CaseWhen branches if their values are the same

2023-02-08 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-40099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17686249#comment-17686249 ] daile commented on SPARK-40099: --- [~yumwang]  can you help review it again ? > Merge adjacent CaseWhen

[jira] [Commented] (SPARK-36422) Examples can't run in IDE directly

2022-09-07 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-36422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601181#comment-17601181 ] daile commented on SPARK-36422: --- you can try set idea run option {code:java} Include dependencies with

[jira] [Commented] (SPARK-31686) Return of String instead of array in function get_json_object

2020-05-12 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17105939#comment-17105939 ] daile commented on SPARK-31686: --- [~bruneltouopi] looks like it was specifically removed {code:java} val

[jira] [Updated] (SPARK-31457) spark jdbc read hive created the wrong PreparedStatement

2020-04-15 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-31457: -- Attachment: hivejdbc3.png > spark jdbc read hive created the wrong PreparedStatement >

[jira] [Updated] (SPARK-31457) spark jdbc read hive created the wrong PreparedStatement

2020-04-15 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-31457: -- Attachment: hivejdbc2.png > spark jdbc read hive created the wrong PreparedStatement >

[jira] [Updated] (SPARK-31457) spark jdbc read hive created the wrong PreparedStatement

2020-04-15 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-31457: -- Attachment: sparkhivejdbc.png > spark jdbc read hive created the wrong PreparedStatement >

[jira] [Created] (SPARK-31457) spark jdbc read hive created the wrong PreparedStatement

2020-04-15 Thread daile (Jira)
daile created SPARK-31457: - Summary: spark jdbc read hive created the wrong PreparedStatement Key: SPARK-31457 URL: https://issues.apache.org/jira/browse/SPARK-31457 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-31193) set spark.master and spark.app.name conf default value

2020-03-19 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-31193: -- Description: I see the default value of master setting in spark-submit client {code:java} // Global defaults.

[jira] [Updated] (SPARK-31193) set spark.master and spark.app.name conf default value

2020-03-19 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-31193: -- Description:     {code:java} //代码占位符 {code} I see the default value of master setting in spark-submit client

[jira] [Created] (SPARK-31193) set spark.master and spark.app.name conf default value

2020-03-19 Thread daile (Jira)
daile created SPARK-31193: - Summary: set spark.master and spark.app.name conf default value Key: SPARK-31193 URL: https://issues.apache.org/jira/browse/SPARK-31193 Project: Spark Issue Type:

[jira] [Commented] (SPARK-29596) Task duration not updating for running tasks

2020-01-05 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17008552#comment-17008552 ] daile commented on SPARK-29596: --- [~hyukjin.kwon]  task detail list use task.taskMetrics info , but 

[jira] [Commented] (SPARK-29596) Task duration not updating for running tasks

2019-12-27 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004261#comment-17004261 ] daile commented on SPARK-29596: --- [~hyukjin.kwon]  I checked the problem and reproduced in 2.4.4 version

[jira] [Updated] (SPARK-29586) spark jdbc method param lowerBound and upperBound DataType wrong

2019-10-24 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-29586: -- Description:   {code:java} private def toBoundValueInWhereClause( value: Long, columnType: DataType,

[jira] [Updated] (SPARK-29586) spark jdbc method param lowerBound and upperBound DataType wrong

2019-10-24 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-29586: -- Description:   {code:java} private def toBoundValueInWhereClause( value: Long, columnType: DataType,

[jira] [Created] (SPARK-29586) spark jdbc method param lowerBound and upperBound DataType wrong

2019-10-24 Thread daile (Jira)
daile created SPARK-29586: - Summary: spark jdbc method param lowerBound and upperBound DataType wrong Key: SPARK-29586 URL: https://issues.apache.org/jira/browse/SPARK-29586 Project: Spark Issue

[jira] [Commented] (SPARK-29174) LOCAL is not supported in INSERT OVERWRITE DIRECTORY to data source

2019-09-19 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16933194#comment-16933194 ] daile commented on SPARK-29174: --- I tried to remove the judgment and found that it works. I don’t know if

[jira] [Issue Comment Deleted] (SPARK-29174) LOCAL is not supported in INSERT OVERWRITE DIRECTORY to data source

2019-09-19 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-29174: -- Comment: was deleted (was: /** * * Expected format: * {{{ * INSERT OVERWRITE DIRECTORY * [path] *

[jira] [Commented] (SPARK-29174) LOCAL is not supported in INSERT OVERWRITE DIRECTORY to data source

2019-09-19 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16933181#comment-16933181 ] daile commented on SPARK-29174: --- /** * * Expected format: * {{{ * INSERT OVERWRITE DIRECTORY * [path]

[jira] [Commented] (SPARK-28990) SparkSQL invalid call to toAttribute on unresolved object, tree: *

2019-09-19 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16933163#comment-16933163 ] daile commented on SPARK-28990: --- It seems to have been solved in 3.0 > SparkSQL invalid call to

[jira] [Comment Edited] (SPARK-28121) String Functions: decode can not accept 'escape' and 'hex' as charset

2019-09-03 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16921369#comment-16921369 ] daile edited comment on SPARK-28121 at 9/3/19 1:27 PM: --- you can use sql like this

[jira] [Commented] (SPARK-28121) String Functions: decode can not accept 'escape' and 'hex' as charset

2019-09-03 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16921369#comment-16921369 ] daile commented on SPARK-28121: --- i will work on this > String Functions: decode can not accept 'escape'

[jira] [Updated] (SPARK-28956) Make it tighter

2019-09-03 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-28956: -- Priority: Minor (was: Major) > Make it tighter > --- > > Key: SPARK-28956 >

[jira] [Created] (SPARK-28956) Make it tighter

2019-09-03 Thread daile (Jira)
daile created SPARK-28956: - Summary: Make it tighter Key: SPARK-28956 URL: https://issues.apache.org/jira/browse/SPARK-28956 Project: Spark Issue Type: Improvement Components: Build

[jira] [Commented] (SPARK-28694) Add Java/Scala StructuredKerberizedKafkaWordCount examples

2019-09-02 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920677#comment-16920677 ] daile commented on SPARK-28694: --- ok > Add Java/Scala StructuredKerberizedKafkaWordCount examples >

[jira] [Commented] (SPARK-28694) Add Java/Scala StructuredKerberizedKafkaWordCount examples

2019-09-02 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920665#comment-16920665 ] daile commented on SPARK-28694: --- I will work on this > Add Java/Scala StructuredKerberizedKafkaWordCount

[jira] [Commented] (SPARK-27336) Incorrect DataSet.summary() result

2019-09-01 Thread daile (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920557#comment-16920557 ] daile commented on SPARK-27336: --- I will check this issue > Incorrect DataSet.summary() result >

[jira] [Resolved] (SPARK-26919) change maven default compile java home

2019-02-20 Thread daile (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile resolved SPARK-26919. --- Resolution: Done Fix Version/s: 2.4.0 > change maven default compile java home >

[jira] [Created] (SPARK-26948) vertex and edge rowkey upgrade and support multiple types?

2019-02-20 Thread daile (JIRA)
daile created SPARK-26948: - Summary: vertex and edge rowkey upgrade and support multiple types? Key: SPARK-26948 URL: https://issues.apache.org/jira/browse/SPARK-26948 Project: Spark Issue Type:

[jira] [Created] (SPARK-26919) change maven default compile java home

2019-02-18 Thread daile (JIRA)
daile created SPARK-26919: - Summary: change maven default compile java home Key: SPARK-26919 URL: https://issues.apache.org/jira/browse/SPARK-26919 Project: Spark Issue Type: Improvement

[jira] [Updated] (SPARK-26919) change maven default compile java home

2019-02-18 Thread daile (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] daile updated SPARK-26919: -- Attachment: p1.png > change maven default compile java home > -- > >