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


##########
ql/src/test/queries/clientpositive/show_columns_inconsistency.q:
##########
@@ -0,0 +1,21 @@
+CREATE DATABASE IF NOT EXISTS col_test_db;
+USE col_test_db;
+
+CREATE TABLE wildcard_table (
+  id_primary INT,
+  id_secondary INT,
+  name_first STRING,
+  name_last STRING
+);
+
+
+SHOW TABLES LIKE 'wild%';
+SHOW TABLES LIKE 'wild*';
+SHOW TABLES LIKE 'none|wildcard_table';

Review Comment:
   These tests were out of place in the show columns test file. You can add 
these in an appropriate file for show tables if these are missing.



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