kevinjqliu commented on issue #1683: URL: https://github.com/apache/iceberg-python/issues/1683#issuecomment-2669229488
Hey @IanVlasov In the above example, you're using the `hadoop` catalog type in Spark. PyIceberg does not have the equivalent. And Iceberg [discourages using the `hadoop` catalog](https://iceberg.apache.org/spec/#file-system-tables). I would recommend interacting with a [catalog implementation](https://py.iceberg.apache.org/configuration/#catalogs). If its a one-time thing, you can try loading the metadata.json directly using [StaticTable](https://py.iceberg.apache.org/reference/pyiceberg/table/#pyiceberg.table.StaticTable) -- 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