dengzhhu653 commented on code in PR #3197: URL: https://github.com/apache/hive/pull/3197#discussion_r938628492
########## ql/src/test/results/clientpositive/llap/list_bucket_dml_9.q.out: ########## @@ -14,6 +14,16 @@ POSTHOOK: query: create table list_bucketing_static_part_n0 (key String, value S POSTHOOK: type: CREATETABLE POSTHOOK: Output: database:default POSTHOOK: Output: default@list_bucketing_static_part_n0 +SQL Query : "select "DB_ID" from "DBS"" +SQL Query : "select "DB_ID" from "DBS"" +SQL Query : "select "DB_ID" from "DBS"" +SQL Query : "select "DB_ID", "NAME", "DB_LOCATION_URI", "DESC", "OWNER_NAME", "OWNER_TYPE", "CTLG_NAME" , "CREATE_TIME", "DB_MANAGED_LOCATION_URI", "TYPE", "DATACONNECTOR_NAME", "REMOTE_DBNAME"FROM "DBS" where "NAME" = ? and "CTLG_NAME" = ?" Review Comment: Not sure if we need a space between "REMOTE_DBNAME" and FROM, but it does not related to the changes. -- 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]
