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