asolimando commented on a change in pull request #3169:
URL: https://github.com/apache/hive/pull/3169#discussion_r840739214



##########
File path: ql/src/test/queries/clientpositive/columnstats_columnname_parse.q
##########
@@ -0,0 +1,21 @@
+
+CREATE TABLE table1(
+   t1_col1 bigint);
+
+ CREATE TABLE table2(
+   t2_col1 bigint,
+   t2_col2 int)
+ PARTITIONED BY (
+   t2_col3 date);
+
+insert into table1 values(1);
+insert into table2 values("1","1","1");
+
+--set hive.stats.autogather=false;

Review comment:
       If not needed, please remove it




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