kevinjqliu commented on issue #864:
URL: https://github.com/apache/iceberg-python/issues/864#issuecomment-2224355480

   I dont think the REST server API is at fault here since this request 
corresponds with the [`update_table` 
function](https://github.com/kevinjqliu/iceberg-rest-catalog/blob/7c5548133ae266d4fac215b063911c35f08461d9/src/iceberg_rest/api/catalog_api.py#L431-L462).
   Which just serialize the `CommitTableRequest` object and pass it to 
`_commit_table`.
   
   ```
   INFO:     127.0.0.1:55910 - "POST 
/v1/namespaces/default/tables/test_null_nan HTTP/1.1" 500 Internal Server Error
   ```
   
   And since I assume Spark is sending the right request, it has to be an issue 
downstream of `_commit_table`


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