Sneha-Verma commented on issue #14628:
URL: https://github.com/apache/iceberg/issues/14628#issuecomment-3562407033

   **Few observations:**
   We provide the full path when creating the Iceberg table, the metadata.json 
file created in GCS contains only a partial path:
   Given path: gs://iceberg_bucket/iceberg_test/Folder1
   Metadata snippet in GCS:
   "format-version": 2,
   "table-uuid": "fcae3b74-9dbd-42b4-9c8f-be74ce86a4a2",
   "location": "iceberg_test/Folder1"
   
   However, for the same setup on ADLS Gen2, the metadata.json contains the 
full location:
   "format-version": 2,
   "table-uuid": "9fa26c3a-0abf-40c3-9eb0-675d2f882f9e",
   "location": "abfss://iceberg_bucket/iceberg_test/Folder1"
   
   @nastra Could you please assist with this issue?
   
   Note: We have also tested with the latest Apache Iceberg version 1.10.0 but 
encountering the same error. 


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