hangc0276 commented on PR #11039:
URL: https://github.com/apache/iceberg/pull/11039#issuecomment-2749676991

   > Thanks for finding the time, Ryan. Unironically, now **I** am on a long 
medical leave, but Google is committed to this, and we will find the time to 
finalize this review soon.
   
   Hi @hesham-medhat, I test the GCP BigQuery Metastore integration with your 
Pr, and the server side response the following exception when creating Iceberg 
table.
   ```
   org.apache.iceberg.exceptions.BadRequestException: Bad Request
   {
     "error": {
       "code": 400,
       "message": "Error while reading table: test_v7, error message: Expected 
integer for current-snapshot-id. Found null instead File: 
bigstore/xxx/test_v7/metadata/00000-1599da9e-8dd7-4ad6-8eb1-68b461092d5f.metadata.json",
       "errors": [
         {
           "message": "Error while reading table: test_v7, error message: 
Expected integer for current-snapshot-id. Found null instead File: 
bigstore/xxx/test_v7/metadata/00000-1599da9e-8dd7-4ad6-8eb1-68b461092d5f.metadata.json",
           "domain": "global",
           "reason": "invalid"
         }
       ],
       "status": "INVALID_ARGUMENT"
     }
   }
   ```
   It shows the `current-snapshot-id` is null. Do you have any ideas?  


-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to