[jira] [Created] (SPARK-26598) Fix HiveThriftServer2 set hiveconf and hivevar in every sql

2019-01-10 Thread wangtao93 (JIRA)
wangtao93 created SPARK-26598:
-

 Summary: Fix HiveThriftServer2 set hiveconf and hivevar in every 
sql
 Key: SPARK-26598
 URL: https://issues.apache.org/jira/browse/SPARK-26598
 Project: Spark
  Issue Type: Improvement
  Components: SQL
Affects Versions: 2.4.0, 2.3.0
Reporter: wangtao93


[https://github.com/apache/spark/pull/17886,] this pr provide that hiveserver2 
support --haveconf  and --hivevar。But it set hiveconf and hivevar in every sql 
in class SparkSQLOperationManager,i think this is not suitable。So i make a 
little modify to set --hiveconf and --hivevar in class SparkSQLSessionManager, 
it will only run once in open 

HiveServer2 session, instead of ervery sql to init --hiveconf and --hivevar



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-26598) Fix HiveThriftServer2 set hiveconf and hivevar in every sql

2019-01-10 Thread wangtao93 (JIRA)


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

wangtao93 updated SPARK-26598:
--
Description: [https://github.com/apache/spark/pull/17886,] this pr provide 
that hiveserver2 support --haveconf  and --hivevar。But it set hiveconf and 
hivevar in every sql in class SparkSQLOperationManager,i think this is not 
suitable。So i make a little modify to set --hiveconf and --hivevar in class 
SparkSQLSessionManager, it will only run once in open HiveServer2 session, 
instead of ervery sql to init --hiveconf and --hivevar  (was: 
[https://github.com/apache/spark/pull/17886,] this pr provide that hiveserver2 
support --haveconf  and --hivevar。But it set hiveconf and hivevar in every sql 
in class SparkSQLOperationManager,i think this is not suitable。So i make a 
little modify to set --hiveconf and --hivevar in class SparkSQLSessionManager, 
it will only run once in open 

HiveServer2 session, instead of ervery sql to init --hiveconf and --hivevar)

> Fix HiveThriftServer2 set hiveconf and hivevar in every sql
> ---
>
> Key: SPARK-26598
> URL: https://issues.apache.org/jira/browse/SPARK-26598
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 2.3.0, 2.4.0
>Reporter: wangtao93
>Priority: Major
>
> [https://github.com/apache/spark/pull/17886,] this pr provide that 
> hiveserver2 support --haveconf  and --hivevar。But it set hiveconf and hivevar 
> in every sql in class SparkSQLOperationManager,i think this is not 
> suitable。So i make a little modify to set --hiveconf and --hivevar in class 
> SparkSQLSessionManager, it will only run once in open HiveServer2 session, 
> instead of ervery sql to init --hiveconf and --hivevar



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-24803) add support for numeric

2018-07-14 Thread wangtao93 (JIRA)


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

wangtao93 updated SPARK-24803:
--
Priority: Major  (was: Minor)

> add support for numeric
> ---
>
> Key: SPARK-24803
> URL: https://issues.apache.org/jira/browse/SPARK-24803
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 2.3.2
>Reporter: wangtao93
>Priority: Major
>
> numerical is as same with decimal. spark has already  supported decimal,so i 
> think we should add support for numeric to align SQL standards.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-24803) add support for numeric

2018-07-13 Thread wangtao93 (JIRA)
wangtao93 created SPARK-24803:
-

 Summary: add support for numeric
 Key: SPARK-24803
 URL: https://issues.apache.org/jira/browse/SPARK-24803
 Project: Spark
  Issue Type: Improvement
  Components: SQL
Affects Versions: 2.3.2
Reporter: wangtao93


numerical is as same with decimal. spark has already  supported decimal,so i 
think we should add support for numeric to align SQL standards.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-23812) DFS should be removed from unsupportedHiveNativeCommands in SqlBase.g4

2018-03-29 Thread wangtao93 (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-23812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418546#comment-16418546
 ] 

wangtao93 commented on SPARK-23812:
---

[~q79969786] yes, i'm working on this

> DFS should be removed from unsupportedHiveNativeCommands in SqlBase.g4
> --
>
> Key: SPARK-23812
> URL: https://issues.apache.org/jira/browse/SPARK-23812
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 2.3.0
>Reporter: wangtao93
>Priority: Minor
>
> dfs command has been supported,but SqlBase.g4 also put it in 
> unsupportedHiveNativeCommands .



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-23812) DFS should be removed from unsupportedHiveNativeCommands in SqlBase.g4

2018-03-28 Thread wangtao93 (JIRA)
wangtao93 created SPARK-23812:
-

 Summary: DFS should be removed from unsupportedHiveNativeCommands 
in SqlBase.g4
 Key: SPARK-23812
 URL: https://issues.apache.org/jira/browse/SPARK-23812
 Project: Spark
  Issue Type: Improvement
  Components: SQL
Affects Versions: 2.3.0
Reporter: wangtao93


dfs command has been supported,but SqlBase.g4 also put it in 
unsupportedHiveNativeCommands .



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org