ueshin commented on code in PR #40402: URL: https://github.com/apache/spark/pull/40402#discussion_r1134750091
########## connector/connect/common/src/main/protobuf/spark/connect/base.proto: ########## @@ -272,6 +272,9 @@ message ExecutePlanResponse { // The metrics observed during the execution of the query plan. repeated ObservedMetrics observed_metrics = 6; + // The Spark schema + DataType schema = 7; Review Comment: @grundprinzip The actual Spark data type in the execution result is necessary to rebuild the UDT objects. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org