BiteTheDDDDt commented on code in PR #8930: URL: https://github.com/apache/incubator-doris/pull/8930#discussion_r848179292
########## regression-test/framework/src/main/groovy/org/apache/doris/regression/util/JdbcUtils.groovy: ########## @@ -18,37 +18,40 @@ package org.apache.doris.regression.util import com.google.common.collect.ImmutableList +import org.apache.doris.regression.util.Metaholder import java.sql.Connection import java.sql.ResultSet +import java.sql.ResultSetMetaData class JdbcUtils { - static List<List<Object>> executeToList(Connection conn, String sql) { + static List<List<Object>> executeToList(Connection conn, String sql, Metaholder holder) { conn.prepareStatement(sql).withCloseable { stmt -> Review Comment: fixed -- 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