difin commented on code in PR #6449:
URL: https://github.com/apache/hive/pull/6449#discussion_r3351289262
##########
iceberg/iceberg-handler/src/test/results/positive/llap/iceberg_rest_catalog_hms.q.out:
##########
@@ -180,6 +178,144 @@ POSTHOOK: Input: ice_rest@ice_orc2
fn1 ln1 1 10 100
fn2 ln2 2 20 100
fn3 ln3 3 30 100
+PREHOOK: query: create view ice_v1 tblproperties ('view-format'='iceberg')
+as select first_name, last_name from ice_orc2 where dept_id in (1,2)
+PREHOOK: type: CREATEVIEW
+PREHOOK: Input: ice_rest@ice_orc2
+PREHOOK: Output: database:ice_rest
+PREHOOK: Output: ice_rest@ice_v1
+POSTHOOK: query: create view ice_v1 tblproperties ('view-format'='iceberg')
+as select first_name, last_name from ice_orc2 where dept_id in (1,2)
+POSTHOOK: type: CREATEVIEW
+POSTHOOK: Input: ice_rest@ice_orc2
+POSTHOOK: Output: database:ice_rest
+POSTHOOK: Output: ice_rest@ice_v1
+POSTHOOK: Lineage: ice_v1.first_name SIMPLE
[(ice_orc2)ice_orc2.FieldSchema(name:first_name, type:string, comment:null), ]
+POSTHOOK: Lineage: ice_v1.last_name SIMPLE
[(ice_orc2)ice_orc2.FieldSchema(name:last_name, type:string, comment:null), ]
+PREHOOK: query: select * from ice_v1
+PREHOOK: type: QUERY
+PREHOOK: Input: ice_rest@ice_orc2
+PREHOOK: Input: ice_rest@ice_v1
+#### A masked pattern was here ####
+POSTHOOK: query: select * from ice_v1
+POSTHOOK: type: QUERY
+POSTHOOK: Input: ice_rest@ice_orc2
+POSTHOOK: Input: ice_rest@ice_v1
+#### A masked pattern was here ####
+fn1 ln1
+fn2 ln2
+PREHOOK: query: desc formatted ice_v1
+PREHOOK: type: DESCTABLE
+PREHOOK: Input: ice_rest@ice_v1
+POSTHOOK: query: desc formatted ice_v1
+POSTHOOK: type: DESCTABLE
+POSTHOOK: Input: ice_rest@ice_v1
+# col_name data_type comment
+first_name string
+last_name string
+
+# Detailed Table Information
+Database: ice_rest
+#### A masked pattern was here ####
+Retention: 2147483647
Review Comment:
I removed setting retention to match HMS behavior which sets 0 by default.
--
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]