zhengruifeng opened a new pull request, #38837:
URL: https://github.com/apache/spark/pull/38837

   ### What changes were proposed in this pull request?
   
   
https://github.com/apache/spark/commit/4c35c5bb5e545acb2f46a80218f68e69c868b388 
made a breaking change in proto message, and cause 
https://github.com/apache/spark/commit/dcd9cae4a3cb715aa91e9679b0adc9aa43035b2f 
failed after merged
   
   ### Why are the changes needed?
   to fix compile error:
   
   ```
   [error] 
/__w/spark/spark/connector/connect/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectPlannerSuite.scala:441:67:
 value setI32 is not a member of 
org.apache.spark.connect.proto.Expression.Literal.Builder
   [error]                   
.setLiteral(proto.Expression.Literal.newBuilder.setI32(32))))
   [error]                                                                   ^
   [error] 
/__w/spark/spark/connector/connect/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectPlannerSuite.scala:446:67:
 value setI32 is not a member of 
org.apache.spark.connect.proto.Expression.Literal.Builder
   [error]                   
.setLiteral(proto.Expression.Literal.newBuilder.setI32(32)))))
   [error]                                                                   ^
   [error] 
/__w/spark/spark/connector/connect/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectPlannerSuite.scala:466:69:
 value setI32 is not a member of 
org.apache.spark.connect.proto.Expression.Literal.Builder
   [error]                     
.setLiteral(proto.Expression.Literal.newBuilder.setI32(32)))))
   [error]                                                                     ^
   [error] three errors found
   ``` 
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   local test


-- 
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 specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to