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


##########
sql/connect/server/src/test/scala/org/apache/spark/sql/connect/pipelines/SparkDeclarativePipelinesServerSuite.scala:
##########
@@ -850,4 +850,52 @@ class SparkDeclarativePipelinesServerSuite
       }
     }
   }
+
+  test("spark.sql() inside a pipeline flow function should return a 
sql_command_result") {

Review Comment:
   After you get a new JIRA ID, SPARK-XYZ, you can use it in the test name.
   ```
   - test("spark.sql() inside a pipeline flow function should return a 
sql_command_result") {
   + test("SPARK-XYZ: spark.sql() inside a pipeline flow function should return 
a sql_command_result") {
   ```



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