danhuawang opened a new issue, #9642:
URL: https://github.com/apache/gravitino/issues/9642

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   <img width="1512" height="886" alt="Image" 
src="https://github.com/user-attachments/assets/b10a4448-406e-4011-836d-f82bf9d8d5d0";
 />
   
   ### Error message and/or stacktrace
   
   The response as following
   ```
   {
       "code": 0,
       "table": {
           "name": "t13",
           "comment": "",
           "columns": [
               {
                   "name": "c1",
                   "type": "integer",
                   "comment": "",
                   "nullable": true,
                   "autoIncrement": false
               }
           ],
           "properties": {
               "current-snapshot-id": "none",
               "provider": "iceberg",
               "write.parquet.compression-codec": "zstd",
               "format": "iceberg/parquet",
               "format-version": "2",
               "location": 
"hdfs://hadoop-hdfs.hadoop:8020/user/iceberg/warehouse/ice_schema1/t13",
               "write.distribution-mode": "hash"
           },
           "audit": {
               "creator": "anonymous",
               "createTime": "2026-01-07T10:44:38.257192740Z"
           },
           "distribution": {
               "strategy": "hash",
               "number": 0,
               "funcArgs": []
           },
           "sortOrders": [],
           "partitioning": [
               {
                   "strategy": "truncate",
                   "width": 3,
                   "fieldName": [
                       "c1"
                   ]
               }
           ],
           "indexes": []
       }
   }
   ```
   
   ### How to reproduce
   
   1. Create a iceberg table including:
   ```
    "partitioning": [
               {
                   "strategy": "truncate",
                   "width": 3,
                   "fieldName": [
                       "c1"
                   ]
               }
           ]
   ```
   2. load the table on UI
   
   ### Additional context
   
   _No response_


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

Reply via email to