soumyakanti3578 commented on code in PR #5491:
URL: https://github.com/apache/hive/pull/5491#discussion_r1792506324


##########
ql/src/test/queries/clientpositive/jdbc_sort_limit.q:
##########
@@ -0,0 +1,132 @@
+--!qt:database:postgres:q_test_tpcds_tables.sql
+
+CREATE EXTERNAL TABLE IF NOT EXISTS `date_dim`(
+  `d_date_sk` int, 
+  `d_date_id` string, 

Review Comment:
   `q_test_tpcds_tables.sql` creates them in a postgres database in a docker 
container.
   In this file, we create external tables for the jdbc tables, and eventually 
use these external tables for running qtests.



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

Reply via email to