[GitHub] [spark] AngersZhuuuu commented on pull request #31680: [SPARK-34568][SQL] We should respect enableHiveSupport when initialize SparkSession

2021-03-29 Thread GitBox
AngersZh commented on pull request #31680: URL: https://github.com/apache/spark/pull/31680#issuecomment-809388775 Gentle ping @maropu @yaooqinn Current way should be more suitable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AngersZhuuuu commented on pull request #31680: [SPARK-34568][SQL] We should respect enableHiveSupport when initialize SparkSession

2021-03-28 Thread GitBox
AngersZh commented on pull request #31680: URL: https://github.com/apache/spark/pull/31680#issuecomment-809051861 retest this please -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [spark] AngersZhuuuu commented on pull request #31680: [SPARK-34568][SQL] We should respect enableHiveSupport when initialize SparkSession

2021-02-28 Thread GitBox
AngersZh commented on pull request #31680: URL: https://github.com/apache/spark/pull/31680#issuecomment-787586508 > ```sql >SparkSession.sessionStateClassName(sharedState.conf), > ``` > > seems correct to me H ``` private[spark] object

[GitHub] [spark] AngersZhuuuu commented on pull request #31680: [SPARK-34568][SQL] We should respect enableHiveSupport when initialize SparkSession

2021-02-28 Thread GitBox
AngersZh commented on pull request #31680: URL: https://github.com/apache/spark/pull/31680#issuecomment-787464897 > ```sql >SparkSession.sessionStateClassName(sharedState.conf), > ``` > > seems correct to me LGTM, I will try this way.

[GitHub] [spark] AngersZhuuuu commented on pull request #31680: [SPARK-34568][SQL] We should respect enableHiveSupport when initialize SparkSession

2021-02-28 Thread GitBox
AngersZh commented on pull request #31680: URL: https://github.com/apache/spark/pull/31680#issuecomment-787463830 > > When SparkContext is initialed, if we want to start SparkSession, when we call `SparkSession.builder.enableHiveSupport().getOrCreate()`, the SparkSession we created

[GitHub] [spark] AngersZhuuuu commented on pull request #31680: [SPARK-34568][SQL] We should respect enableHiveSupport when initialize SparkSession

2021-02-28 Thread GitBox
AngersZh commented on pull request #31680: URL: https://github.com/apache/spark/pull/31680#issuecomment-787421180 Gentle ping @HyukjinKwon Since I am not familiar with python and r, hope for some help about python and r.