[GitHub] [spark] gengliangwang commented on pull request #28208: [SPARK-31440][SQL] Improve SQL Rest API

2020-05-19 Thread GitBox
gengliangwang commented on pull request #28208: URL: https://github.com/apache/spark/pull/28208#issuecomment-631227040 @erenavsarogullari I think we have to revert this one in branch-3.0. See my comments in https://github.com/apache/spark/pull/28588

[GitHub] [spark] gengliangwang commented on pull request #28208: [SPARK-31440][SQL] Improve SQL Rest API

2020-05-19 Thread GitBox
gengliangwang commented on pull request #28208: URL: https://github.com/apache/spark/pull/28208#issuecomment-630608284 Thanks, merging to master/3.0 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [spark] gengliangwang commented on pull request #28208: [SPARK-31440][SQL] Improve SQL Rest API

2020-05-06 Thread GitBox
gengliangwang commented on pull request #28208: URL: https://github.com/apache/spark/pull/28208#issuecomment-624480429 > @gengliangwang There is optional Http parameter: details (default: false). It needs to be set in order to fetch node, edge and planDescription details as well:

[GitHub] [spark] gengliangwang commented on pull request #28208: [SPARK-31440][SQL] Improve SQL Rest API

2020-05-05 Thread GitBox
gengliangwang commented on pull request #28208: URL: https://github.com/apache/spark/pull/28208#issuecomment-623914533 @erenavsarogullari I manually tested the PR. Seems there is nothing in the nodes/edges ``` spark.range(1).toDF("value").write.parquet("/tmp/p1")

[GitHub] [spark] gengliangwang commented on pull request #28208: [SPARK-31440][SQL] Improve SQL Rest API

2020-04-27 Thread GitBox
gengliangwang commented on pull request #28208: URL: https://github.com/apache/spark/pull/28208#issuecomment-620300958 Hi @erenavsarogullari , sorry for the late reply. I think we can output the whole SparkPlanGraph in json format: ``` nodes: [ {..}, {..}] edges: [{fromId: