asheeshgarg commented on issue #5512:
URL: https://github.com/apache/iceberg/issues/5512#issuecomment-1217163086
Icreated a local catalog and trying to register a table I get not supported
error
I am on spak 3.3 and iceberg 0.14
spark.sql("CALL local.system.register_table('table','s3a://test/')").show()
java.lang.UnsupportedOperationException: Registering tables is not supported
at org.apache.iceberg.catalog.Catalog.registerTable(Catalog.java:363)
at org.apache.iceberg.CachingCatalog.registerTable(CachingCatalog.java:187)
at
org.apache.iceberg.spark.procedures.RegisterTableProcedure.call(RegisterTableProcedure.java:84)
--
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]