liurenjie1024 commented on PR #1149: URL: https://github.com/apache/iceberg-rust/pull/1149#issuecomment-2772512366
> Would like to request some help here. I believe the catalog is running into an error while deserializing the response to query the catalog. > > Here is the message: > > ``` > called `Result::unwrap()` on an `Err` value: Unexpected => Failed to parse response from rest catalog server > ``` Hi, I think the error is caused by the change in serialized json format of list type. I think we can't allow user to have customized list element name as it required by iceberg spec in serialized format: https://github.com/apache/iceberg-rust?tab=readme-ov-file#supported-rust-version -- 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