eldenmoon commented on code in PR #27145: URL: https://github.com/apache/doris/pull/27145#discussion_r1432175597
########## regression-test/suites/load_p0/stream_load/test_json_load.groovy: ########## @@ -794,7 +793,20 @@ suite("test_json_load", "p0") { assertEquals("${reason}", "${out}") } } + } finally { + try_sql("DROP TABLE IF EXISTS ${testTable}") + } + + // iterate read json when read_json_by_line = false + try { + sql "DROP TABLE IF EXISTS ${testTable}" Review Comment: to make sure the simdjson exception is handled correctly -- 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