You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "ayushtkn (via GitHub)" <gi...@apache.org> on 2023/03/15 22:54:46 UTC

[GitHub] [hive] ayushtkn commented on a diff in pull request #4119: HIVE-27141: Iceberg: Add more iceberg table metadata

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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org