[GitHub] [spark] amaliujia commented on a diff in pull request #38023: [SPARK-40587][CONNECT] Support SELECT * in an explicit way in connect proto

2022-09-27 Thread GitBox
amaliujia commented on code in PR #38023: URL: https://github.com/apache/spark/pull/38023#discussion_r981760665 ## connect/src/main/protobuf/spark/connect/expressions.proto: ## @@ -155,4 +156,7 @@ message Expression { string expression = 1; } + // represent * (e.g.

[GitHub] [spark] amaliujia commented on a diff in pull request #38023: [SPARK-40587][CONNECT] Support SELECT * in an explicit way in connect proto

2022-09-27 Thread GitBox
amaliujia commented on code in PR #38023: URL: https://github.com/apache/spark/pull/38023#discussion_r981761756 ## connect/src/main/protobuf/spark/connect/expressions.proto: ## @@ -155,4 +156,7 @@ message Expression { string expression = 1; } + // represent * (e.g.

[GitHub] [spark] amaliujia commented on a diff in pull request #38023: [SPARK-40587][CONNECT] Support SELECT * in an explicit way in connect proto

2022-09-27 Thread GitBox
amaliujia commented on code in PR #38023: URL: https://github.com/apache/spark/pull/38023#discussion_r981761756 ## connect/src/main/protobuf/spark/connect/expressions.proto: ## @@ -155,4 +156,7 @@ message Expression { string expression = 1; } + // represent * (e.g.

[GitHub] [spark] amaliujia commented on a diff in pull request #38023: [SPARK-40587][CONNECT] Support SELECT * in an explicit way in connect proto

2022-09-27 Thread GitBox
amaliujia commented on code in PR #38023: URL: https://github.com/apache/spark/pull/38023#discussion_r981760665 ## connect/src/main/protobuf/spark/connect/expressions.proto: ## @@ -155,4 +156,7 @@ message Expression { string expression = 1; } + // represent * (e.g.