tafia opened a new issue, #2068: URL: https://github.com/apache/iceberg-rust/issues/2068
### Apache Iceberg Rust version 0.6.0 (latest version) ### Describe the bug I am trying to connect to an existing lake which is mostly used with python pyiceberg 0.9.x. I am using a `SqlCatalog` and I get what I understand is some format mismatch related error: ``` column "iceberg_type" does not exist ``` Is there any way to work around it? maybe downgrade what protocol we use etc? I am new to iceberg. Note: I am using version 0.8.0 (could only select up to v0.6.0 in the form). ### To Reproduce This is a private lake so I am not sure how to reproduce it. ### Expected behavior Being able to load from existing (even if old) lake without error. Updating the lake is I believe not possible given how widely used it is already. ### Willingness to contribute None -- 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]
