You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "RussellSpitzer (via GitHub)" <gi...@apache.org> on 2023/02/13 22:37:40 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #6172: rewriteDataFiles throws exception in spark 3.2

RussellSpitzer commented on issue #6172:
URL: https://github.com/apache/iceberg/issues/6172#issuecomment-1428795920

   The Catalog Not Found, implies that a different catalog manager is being used by the RewriteManager than is being used by the normal REPL, assuming that you are able to access the catalog plugin normally. If you have a chance, can you check 
   ```
   val sqlconf = SQLConf.get
   sqlconf.getConfString("spark.sql.catalog.ice") // Or whatever you catalog is named
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org