BoomLee1024 opened a new issue, #7990:
URL: https://github.com/apache/iceberg/issues/7990

   ### Query engine
   
   tez
   
   ### Question
   
   I am using Iceberg 1.3.0, Tez 0.10.2, and Hive 3.1.3. When I create an 
Iceberg table using the MR engine, I can insert data and view it. I can also 
use Tez to select and view the data. However, when I create an Iceberg table 
using Tez, the insert operation doesn’t throw any errors, and I can see the 
data in HDFS. But when I try to select the data, it doesn’t return any results. 
When I execute “show create table,” I noticed that the information such as 
‘current-snapshot-id’=‘8543337784714735606’, 
‘current-snapshot-summary’=‘{“added-data-files”:“1”,“added-records”:“1”,“added-files-size”:“404”,“changed-partition-count”:“1”,“total-records”:“3”,“total-files-size”:“1212”,“total-data-files”:“3”,“total-delete-files”:“0”,“total-position-deletes”:“0”,“total-equality-deletes”:“0”}’,
 and ‘current-snapshot-timestamp-ms’=‘1687932559706’ is missing. Can you please 
advise on how to reso
 lve this issue?


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