ayushtkn commented on code in PR #4119:
URL: https://github.com/apache/hive/pull/4119#discussion_r1137852624


##########
iceberg/iceberg-handler/src/test/results/positive/query_iceberg_metadata_of_partitioned_table.q.out:
##########
@@ -341,6 +341,134 @@ POSTHOOK: type: QUERY
 POSTHOOK: Input: default@ice_meta_3
 POSTHOOK: Output: hdfs://### HDFS PATH ###
 
[{"contains_null":false,"contains_nan":false,"lower_bound":"four","upper_bound":"two"},{"contains_null":false,"contains_nan":false,"lower_bound":"Friday","upper_bound":"Wednesday"}]
+PREHOOK: query: select * from default.ice_meta_2.data_files
+PREHOOK: type: QUERY
+PREHOOK: Input: default@ice_meta_2
+PREHOOK: Output: hdfs://### HDFS PATH ###
+POSTHOOK: query: select * from default.ice_meta_2.data_files
+POSTHOOK: type: QUERY
+POSTHOOK: Input: default@ice_meta_2
+POSTHOOK: Output: hdfs://### HDFS PATH ###
+0      hdfs://### HDFS PATH ###        ORC     0       {"b":"four"}    1       
350     {1:6,2:13}      {1:1,2:1}       {1:0,2:0}       {}      {1:     
������,2:four}  {1:     ������,2:four}  NULL    [3]     NULL    0
+0      hdfs://### HDFS PATH ###        ORC     0       {"b":"three"}   3       
366     {1:8,2:19}      {1:3,2:3}       {1:0,2:0}       {}      
{1:������,2:three}     {1:������,2:three}     NULL    [3]     NULL    0

Review Comment:
   are these numbers 350,366 and all filesizes? if so we have seen them in past 
that sometimes they contribute to flakiness, any possibility if we can mask 
these values?



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