yanghua commented on code in PR #5982:
URL: https://github.com/apache/hudi/pull/5982#discussion_r907099290


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/TestCallCommandParser.scala:
##########
@@ -85,6 +85,17 @@ class TestCallCommandParser extends HoodieSparkSqlTestBase {
     checkParseExceptionContain("CALL cat.system radish kebab")("mismatched 
input 'CALL' expecting")
   }
 
+  test("Test Call Produce with semicolon") {

Review Comment:
   Can we also add a test case for the old mode (missing `;`) to verify the 
original still works OK.



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

Reply via email to