yangzhg commented on code in PR #12062:
URL: https://github.com/apache/doris/pull/12062#discussion_r954781708


##########
regression-test/suites/load_p0/stream_load/test_json_load.groovy:
##########
@@ -63,6 +63,33 @@ suite("test_json_load", "p0") {
         assertTrue(result2[0].size() == 1)
         assertTrue(result2[0][0] == 1, "Insert should update 1 rows")
     }
+
+    def test_invalid_json_array_table = { testTablex ->
+        // multi-line sql
+        def result1 = sql """
+                        CREATE TABLE IF NOT EXISTS ${testTable} (

Review Comment:
   done
   



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