The error message you encountered is likely due to missing dependencies in your PySpark environment. According to this related github issue about missing no-arg constructor, the issue was resolved by adding iceberg-gcp
to the dependency. Also ensure that you are using the version of iceberg-gcp
that corresponds to the version of Iceberg that you are using.