anthonysgro commented on issue #11116: URL: https://github.com/apache/iceberg/issues/11116#issuecomment-2345208962
ended up fixing this by just resetting the config right before reading from the table: ``` sparkSession.sparkContext.setConf(s"spark.sql.catalog.${CATALOG}.http-client.type", "apache") ``` still weird, not sure why it would do this. Might be a spark issue. -- 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