carlvinhust2012 commented on code in PR #12062: URL: https://github.com/apache/doris/pull/12062#discussion_r954543611
########## 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: this line is repeated. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org