dongjoon-hyun commented on code in PR #52831:
URL: https://github.com/apache/spark/pull/52831#discussion_r2493150146


##########
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto:
##########
@@ -104,6 +104,9 @@ message PipelineCommand {
         spark.connect.DataType schema_data_type = 4;
         string schema_string = 5;
       }
+
+      // Optional cluster columns for the table.
+      repeated string cluster_cols = 6;

Review Comment:
   In the `proto` file layer, I hope we can be consistent although this can be 
different in the API layer (Scala/Java/Python/...)



-- 
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