deniskuzZ commented on code in PR #5919: URL: https://github.com/apache/hive/pull/5919#discussion_r2199963986
########## itests/util/src/main/java/org/apache/hadoop/hive/ql/qoption/QTestDatabaseHandler.java: ########## @@ -27,20 +27,18 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import java.nio.file.Files; -import java.nio.file.Path; import java.nio.file.Paths; +import java.util.ArrayList; import java.util.Arrays; -import java.util.EnumMap; -import java.util.Map; +import java.util.List; /** * An option handler for spinning (resp. stopping) databases before (resp. after) running a test. * - * Syntax: qt:database:DatabaseType:path_to_init_script - * - * The database type ({@link DatabaseType}) is obligatory argument. The initialization script can be omitted. + * Syntax: qt:database:DatabaseType:databaseName:path_to_init_script Review Comment: Can we make it a bit more user-friendly? ```` qt:database:DatabaseType:schema:DatabaseName:path_to_init_script ```` --!qt:database:mysql:schema:qdb:q_test_author_book_tables.sql -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org